diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index e22603183ab4228d38550abb2c27a4c702d8b4bb..f5a809c84f462ee34120323069d86aae7b570e04 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el @@ -1,5 +1,8 @@ ;;; 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 noticed before the US signed the Bern Convention. + ;; Author: Neal Ziring ;; Felix S. T. Wu ;; Keywords: emulations @@ -9,7 +12,7 @@ ; 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) -; + ; INSTALLATION PROCEDURE: ; 1) Add a global key binding for command "vi-mode" (I use ESC ESC instead of ; the single ESC used in real "vi", so I can access other ESC prefixed emacs