diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 11:39:42 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 11:39:42 +0000 |
commit | 6a05d05fafe43d1546cef84b004372b784d3792f (patch) | |
tree | 93fb7b766185e1e1945bb413a6beb7673a755b14 /lisp/emulation/vi.el | |
parent | bfb01a95c2de0a4f3f78b26829793b284c265578 (diff) | |
download | emacs-6a05d05fafe43d1546cef84b004372b784d3792f.tar.gz emacs-6a05d05fafe43d1546cef84b004372b784d3792f.tar.bz2 emacs-6a05d05fafe43d1546cef84b004372b784d3792f.zip |
Fixes to follow coding conventions.
Diffstat (limited to 'lisp/emulation/vi.el')
-rw-r--r-- | lisp/emulation/vi.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index dbc4ade3ef0..1509a78601f 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el @@ -1,14 +1,15 @@ -;;; vi.el --- major mode for emulating "vi" editor under GNU Emacs. +;;; vi.el --- major mode for emulating "vi" editor under GNU Emacs ; This file is in the public domain because the authors distributed it ; without a copyright notice before the US signed the Bern Convention. +;; This file is part of GNU Emacs. + ;; Author: Neal Ziring <nz@rsch.wisc.edu> ;; Felix S. T. Wu <wu@crys.wisc.edu> -;; Maintainer: none ;; Keywords: emulations -;;; Commentary: +;;; 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) |