(vi-mode-setup): Use run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-05-26 15:14:23 +00:00
parent d47f3fc56f
commit ec965cd42b

View 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 ()