(vi-mode-setup): Use run-mode-hooks.
This commit is contained in:
parent
d47f3fc56f
commit
ec965cd42b
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue