Index: emacs/lisp/emulation/vi.el
diff -c emacs/lisp/emulation/vi.el:1.24 emacs/lisp/emulation/vi.el:1.25
*** emacs/lisp/emulation/vi.el:1.24     Thu Mar 24 22:17:43 2005
--- emacs/lisp/emulation/vi.el  Thu May 26 15:14:23 2005
***************
*** 403,409 ****
    (make-local-variable 'vi-mode-old-mode-name)
    (make-local-variable 'vi-mode-old-major-mode)
    (make-local-variable 'vi-mode-old-case-fold)
!   (run-hooks 'vi-mode-hook))
  
  ;;;###autoload
  (defun vi-mode ()
--- 403,409 ----
    (make-local-variable 'vi-mode-old-mode-name)
    (make-local-variable 'vi-mode-old-major-mode)
    (make-local-variable 'vi-mode-old-case-fold)
!   (run-mode-hooks 'vi-mode-hook))
  
  ;;;###autoload
  (defun vi-mode ()


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to