aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/vi.el2
1 files changed, 1 insertions, 1 deletions
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.")
403 (make-local-variable 'vi-mode-old-mode-name) 403 (make-local-variable 'vi-mode-old-mode-name)
404 (make-local-variable 'vi-mode-old-major-mode) 404 (make-local-variable 'vi-mode-old-major-mode)
405 (make-local-variable 'vi-mode-old-case-fold) 405 (make-local-variable 'vi-mode-old-case-fold)
406 (run-hooks 'vi-mode-hook)) 406 (run-mode-hooks 'vi-mode-hook))
407 407
408;;;###autoload 408;;;###autoload
409(defun vi-mode () 409(defun vi-mode ()