summaryrefslogtreecommitdiff
path: root/lisp/emulation/vi.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 19:42:01 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 19:42:01 +0000
commitd46bac56adeb127a91b7fef565ac978590a46922 (patch)
tree14cf4bcde16be2d35d03ee38750bb1ee741b32fe /lisp/emulation/vi.el
parent6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b (diff)
downloademacs-d46bac56adeb127a91b7fef565ac978590a46922.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/emulation/vi.el')
-rw-r--r--lisp/emulation/vi.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el
index 37293e9008f..29012755a4d 100644
--- a/lisp/emulation/vi.el
+++ b/lisp/emulation/vi.el
@@ -1,5 +1,11 @@
;;; vi.el --- major mode for emulating "vi" editor under GNU Emacs.
+;; Author: Neal Ziring <nz@rsch.wisc.edu>
+;; Felix S. T. Wu <wu@crys.wisc.edu>
+;; Last-Modified: 7 Jan 1987
+
+;;; Commentary:
+
; 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)
@@ -26,6 +32,7 @@
; 2). In operator handling, should allow other point moving Emacs commands
; (such as ESC <, ESC >) to be used as arguments.
;
+;;; Code:
(defun vi-switch-mode (arg mode-char)
"Switch the major mode of current buffer as specified by the following char \\{vi-tilde-map}"