From: Lute Kamstra Date: Thu, 26 May 2005 15:14:23 +0000 (+0000) Subject: (vi-mode-setup): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec965cd42b8d90fadeb9c21510c2149163996058;p=emacs.git (vi-mode-setup): Use run-mode-hooks. --- diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index 70a52617431..cd0092e5e87 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el @@ -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 ()