[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emulation/vi.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emulation/vi.el |
Date: |
Thu, 26 May 2005 11:14:23 -0400 |
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 ()
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/emulation/vi.el,
Lute Kamstra <=