comparison lisp/emulation/viper.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents d9ead59e15fa
children aa84e18af631
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; viper.el --- A full-featured Vi emulator. 1 ;;; viper.el --- A full-featured Vi emulator.
2 ;; a VI Plan for Emacs Rescue, 2 ;; a VI Plan for Emacs Rescue,
3 ;; and a venomous VI PERil. 3 ;; and a venomous VI PERil.
4 ;; Viper Is also a Package for Emacs Rebels. 4 ;; Viper Is also a Package for Emacs Rebels.
5 ;; 5
6 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
7
6 ;; Keywords: emulations 8 ;; Keywords: emulations
7 ;; Author: Michael Kifer <kifer@cs.sunysb.edu> 9 ;; Author: Michael Kifer <kifer@cs.sunysb.edu>
8 10
9 (defconst viper-version "2.82 of October 12, 1995" 11 (defconst viper-version "2.82 of October 12, 1995"
10 "The current version of Viper") 12 "The current version of Viper")
11
12 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
13 13
14 ;; This file is part of GNU Emacs. 14 ;; This file is part of GNU Emacs.
15 15
16 ;; GNU Emacs is free software; you can redistribute it and/or modify 16 ;; GNU Emacs is free software; you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by 17 ;; it under the terms of the GNU General Public License as published by
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; GNU General Public License for more details. 24 ;; GNU General Public License for more details.
25 25
26 ;; You should have received a copy of the GNU General Public License 26 ;; You should have received a copy of the GNU General Public License
27 ;; along with GNU Emacs; see the file COPYING. If not, write to 27 ;; along with GNU Emacs; see the file COPYING. If not, write to the
28 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 28 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
29 ;; Boston, MA 02111-1307, USA.
29 30
30 ;;; Commentary: 31 ;;; Commentary:
31 32
32 ;; Viper is a full-featured Vi emulator for Emacs 19. It emulates and 33 ;; Viper is a full-featured Vi emulator for Emacs 19. It emulates and
33 ;; improves upon the standard features of Vi and, at the same time, allows 34 ;; improves upon the standard features of Vi and, at the same time, allows