]> git.eshelyaron.com Git - emacs.git/commitdiff
(vi-mode-setup): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:14:23 +0000 (15:14 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:14:23 +0000 (15:14 +0000)
lisp/emulation/vi.el

index 70a526174312eb0a0d4ebbc829bc4b252d938ee4..cd0092e5e87e0d0f1724a1338a3458d986c07a22 100644 (file)
@@ -403,7 +403,7 @@ form that is ready to be `apply'ed.")
   (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 ()