diff options
| author | Richard M. Stallman | 1995-10-30 17:35:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-30 17:35:01 +0000 |
| commit | be010748989d2be1af4eaa5e602f4cf49d37bf26 (patch) | |
| tree | 787be8f0e6f74109e30b02ac8c107b3fe201181f /lisp/emulation | |
| parent | ad837797de652021a470c5a5c0f1165709df7528 (diff) | |
| download | emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.tar.gz emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.zip | |
Comment change.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/edt-lk201.el | 7 | ||||
| -rw-r--r-- | lisp/emulation/edt-mapper.el | 4 | ||||
| -rw-r--r-- | lisp/emulation/edt-pc.el | 7 | ||||
| -rw-r--r-- | lisp/emulation/edt-vt100.el | 8 | ||||
| -rw-r--r-- | lisp/emulation/edt.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/pc-mode.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-ex.el | 3 | ||||
| -rw-r--r-- | lisp/emulation/viper-keym.el | 3 | ||||
| -rw-r--r-- | lisp/emulation/viper-macs.el | 3 | ||||
| -rw-r--r-- | lisp/emulation/viper-mous.el | 3 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
11 files changed, 18 insertions, 26 deletions
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index 2f7787a203f..a88646616d6 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | ;;; File: edt-lk201.el --- Enhanced EDT Keypad Mode Emulation | 1 | ;;; edt-lk201.el --- Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards |
| 2 | ;;; for LK-201 Keyboards | 2 | |
| 3 | ;;; | ||
| 4 | ;;; For GNU Emacs 19 | ||
| 5 | ;; | ||
| 6 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 8 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> | 5 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> |
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index 2e54272ba6c..9b7d53e6c7f 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | ;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs. | 1 | ;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs |
| 2 | |||
| 3 | ;;; For GNU Emacs 19 | ||
| 4 | 2 | ||
| 5 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 6 | 4 | ||
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index a7c472f5c06..5fae49e4b25 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | ;;; File: edt-pc.el --- Enhanced EDT Keypad Mode Emulation | 1 | ;;; edt-pc.el --- Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards |
| 2 | ;;; for PC 101 Keyboards | 2 | |
| 3 | ;;; | ||
| 4 | ;;; For GNU Emacs 19 | ||
| 5 | ;; | ||
| 6 | ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 8 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> | 5 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> |
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index 7dd5df400c0..2fa82c4d5e0 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | ;;; File: edt-vt100.el --- Enhanced EDT Keypad Mode Emulation | 1 | ;;; edt-vt100.el --- Enhanced EDT Keypad Mode Emulation for VT Series Terminals |
| 2 | ;;; for VT Series Terminals | 2 | |
| 3 | ;;; | ||
| 4 | ;;; For GNU Emacs 19 | ||
| 5 | ;;; | ||
| 6 | ;; | ||
| 7 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. |
| 8 | 4 | ||
| 9 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> | 5 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> |
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 8c8607f3656..19ed0949bec 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 | 1 | ;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el index d4dd7ab9d32..c7fe75d7a0d 100644 --- a/lisp/emulation/pc-mode.el +++ b/lisp/emulation/pc-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; pc-mode.el emulate Windows/Mac/Motif selection keys | 1 | ;;; pc-mode.el emulate certain key bindings used on PCs. |
| 2 | ;; Copyright (C) 1995 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1995 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Keywords: emulations | 4 | ;; Keywords: emulations |
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index f4734d2e1cf..7e64d443bd2 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; viper-ex.el -- functions implementing the Ex commands for Viper | 1 | ;;; viper-ex.el --- functions implementing the Ex commands for Viper |
| 2 | |||
| 2 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index da862a141d8..9ff7cd83f4f 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; viper-keym.el -- Main Viper keymaps | 1 | ;;; viper-keym.el --- main Viper keymaps |
| 2 | |||
| 2 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 5b8db6a773f..39130edef69 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; viper-macs.el -- functions implementing keyboard macros for Viper | 1 | ;;; viper-macs.el --- functions implementing keyboard macros for Viper |
| 2 | |||
| 2 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index d4f134503ef..c3709be1d4a 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; viper-mous.el -- Mouse support for Viper | 1 | ;;; viper-mous.el --- mouse support for Viper |
| 2 | |||
| 2 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 40f1f588369..403bd25644b 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; viper.el --- A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19, | 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. |