summaryrefslogtreecommitdiff
path: root/lisp/emulation/vi.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
commitd501f51645d966e8fe2febba698779996b33eb21 (patch)
tree6f8fb7b58342ab0125aecfd659e90e5b66c0ef28 /lisp/emulation/vi.el
parent76d7458ed90577d639dc71a5e100839d9a9ab13c (diff)
downloademacs-d501f51645d966e8fe2febba698779996b33eb21.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/emulation/vi.el')
-rw-r--r--lisp/emulation/vi.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el
index 55259ed4221..fb76742c295 100644
--- a/lisp/emulation/vi.el
+++ b/lisp/emulation/vi.el
@@ -1,4 +1,5 @@
-; Evi: Major mode for emulating "vi" editor under GNU Emacs.
+;;; vi.el --- major mode for emulating "vi" editor under GNU Emacs.
+
; Originally written by : seismo!wucs!nz@rsch.wisc.edu (Neal Ziring)
; Extensively redesigned and rewritten by wu@crys.wisc.edu (Felix S.T. Wu)
; Last revision: 01/07/87 Wed (for GNU Emacs 18.33)
@@ -1445,3 +1446,5 @@ With arg, inserts that many newlines."
(setq arg (1- arg)))
(if flag (forward-char 1))))) arg)
t))
+
+;;; vi.el ends here