Mercurial > emacs
changeset 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 | 0c94929d0a7d |
children | a796f7d10b85 |
files | lisp/emulation/vi.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 ()