comparison lisp/emulation/vi.el @ 258:1e0bc00dca7a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 09 May 1991 21:50:55 +0000
parents 058329560a88
children fec3f9a1e3e5
comparison
equal deleted inserted replaced
257:e5ba2ba35226 258:1e0bc00dca7a
382 (make-local-variable 'vi-mode-old-mode-name) 382 (make-local-variable 'vi-mode-old-mode-name)
383 (make-local-variable 'vi-mode-old-major-mode) 383 (make-local-variable 'vi-mode-old-major-mode)
384 (make-local-variable 'vi-mode-old-case-fold) 384 (make-local-variable 'vi-mode-old-case-fold)
385 (run-hooks 'vi-mode-hook)) 385 (run-hooks 'vi-mode-hook))
386 386
387 ;;;###autoload
387 (defun vi-mode () 388 (defun vi-mode ()
388 "Major mode that acts like the `vi' editor. 389 "Major mode that acts like the `vi' editor.
389 The purpose of this mode is to provide you the combined power of vi (namely, 390 The purpose of this mode is to provide you the combined power of vi (namely,
390 the \"cross product\" effect of commands and repeat last changes) and Emacs. 391 the \"cross product\" effect of commands and repeat last changes) and Emacs.
391 392