diff lisp/emulation/vi.el @ 62758:3225f62f5e9f

(vi-mode-setup): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 15:14:23 +0000
parents 7160fe3a7ef1
children f32aaa9cbdf6 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/emulation/vi.el	Thu May 26 15:13:09 2005 +0000
+++ b/lisp/emulation/vi.el	Thu May 26 15:14:23 2005 +0000
@@ -403,7 +403,7 @@
   (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))
+  (run-mode-hooks 'vi-mode-hook))
 
 ;;;###autoload
 (defun vi-mode ()