diff options
| author | Richard M. Stallman | 1993-11-23 20:12:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-23 20:12:25 +0000 |
| commit | b7f66977bea896036f61b910814d33dda7e18f37 (patch) | |
| tree | 6a41ef9952e3245d9843be9788b4d54a7f916722 | |
| parent | 089c3fb3e632782886c898fa1977f2394003733c (diff) | |
| download | emacs-b7f66977bea896036f61b910814d33dda7e18f37.tar.gz emacs-b7f66977bea896036f61b910814d33dda7e18f37.zip | |
Comment change.
| -rw-r--r-- | lisp/emacs-lisp/advice.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/trace.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/tpu-edt.el | 4 | ||||
| -rw-r--r-- | lisp/emulation/tpu-extras.el | 4 | ||||
| -rw-r--r-- | lisp/emulation/tpu-mapper.el | 4 | ||||
| -rw-r--r-- | lisp/hexl.el | 3 | ||||
| -rw-r--r-- | lisp/mail/reporter.el | 2 | ||||
| -rw-r--r-- | lisp/mail/supercite.el | 2 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 2 | ||||
| -rw-r--r-- | lisp/regi.el | 2 | ||||
| -rw-r--r-- | lisp/thingatpt.el | 8 | ||||
| -rw-r--r-- | lisp/tpu-doc.el | 4 | ||||
| -rw-r--r-- | lisp/vt-control.el | 4 | ||||
| -rw-r--r-- | lisp/xscheme.el | 2 |
14 files changed, 23 insertions, 22 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index f7f6aeda378..9a6f1fc09c8 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> | 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> |
| 6 | ;; Created: 12 Dec 1992 | 6 | ;; Created: 12 Dec 1992 |
| 7 | ;; Version: advice.el,v 2.1 1993/05/26 00:07:58 hans Exp | 7 | ;; Version: advice.el,v 2.1 1993/05/26 00:07:58 hans Exp |
| 8 | ;; Keywords: extensions | 8 | ;; Keywords: extensions, lisp, tools |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 0e19595db2d..49a4a8cd5a9 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> | 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> |
| 6 | ;; Created: 15 Dec 1992 | 6 | ;; Created: 15 Dec 1992 |
| 7 | ;; Version: trace.el,v 2.0 1993/05/18 00:41:16 hans Exp | 7 | ;; Version: trace.el,v 2.0 1993/05/18 00:41:16 hans Exp |
| 8 | ;; Keywords: tracing, debugging | 8 | ;; Keywords: tools, lisp |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index cbe014457f5..7b5c9009eb4 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Version: 3.1 | 7 | ;; Version: 3.1 |
| 8 | ;; Keywords: edt emulations | 8 | ;; Keywords: emulations |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -30,7 +30,7 @@ | |||
| 30 | ;;; Revision and Version Information | 30 | ;;; Revision and Version Information |
| 31 | ;;; | 31 | ;;; |
| 32 | (defconst tpu-version "3.1" "TPU-edt version number.") | 32 | (defconst tpu-version "3.1" "TPU-edt version number.") |
| 33 | (defconst tpu-revision "$Revision: 6.11 $" "Revision number of TPU-edt.") | 33 | (defconst tpu-revision "$Revision: 1.4 $" "Revision number of TPU-edt.") |
| 34 | 34 | ||
| 35 | 35 | ||
| 36 | ;;; | 36 | ;;; |
diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el index 7ba2179140b..ce6fa06ab71 100644 --- a/lisp/emulation/tpu-extras.el +++ b/lisp/emulation/tpu-extras.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Keywords: tpu-edt | 7 | ;; Keywords: emulations |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -104,7 +104,7 @@ | |||
| 104 | 104 | ||
| 105 | ;;; Revision Information | 105 | ;;; Revision Information |
| 106 | 106 | ||
| 107 | (defconst tpu-extras-revision "$Revision: 3.5 $" | 107 | (defconst tpu-extras-revision "$Revision: 1.4 $" |
| 108 | "Revision number of the TPU-edt extras.") | 108 | "Revision number of the TPU-edt extras.") |
| 109 | 109 | ||
| 110 | 110 | ||
diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el index b99add2baa3..75dd4d0a9a5 100644 --- a/lisp/emulation/tpu-mapper.el +++ b/lisp/emulation/tpu-mapper.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Keywords: tpu-edt | 7 | ;; Keywords: emulations |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -69,7 +69,7 @@ | |||
| 69 | ;;; | 69 | ;;; |
| 70 | ;;; Revision Information | 70 | ;;; Revision Information |
| 71 | ;;; | 71 | ;;; |
| 72 | (defconst tpu-mapper-revision "$Revision: 1.5 $" | 72 | (defconst tpu-mapper-revision "$Revision: 1.4 $" |
| 73 | "Revision number of TPU-edt x-windows emacs key mapper.") | 73 | "Revision number of TPU-edt x-windows emacs key mapper.") |
| 74 | 74 | ||
| 75 | 75 | ||
diff --git a/lisp/hexl.el b/lisp/hexl.el index 7238903eda7..aaac455a489 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> | 5 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> |
| 6 | ;; Keywords: non-text | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: data | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index f2d5b131db8..e1251bcb89d 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Created: 19-Apr-1993 | 5 | ;; Created: 19-Apr-1993 |
| 6 | ;; Version: 1.23 | 6 | ;; Version: 1.23 |
| 7 | ;; Last Modified: 1993/09/02 20:28:36 | 7 | ;; Last Modified: 1993/09/02 20:28:36 |
| 8 | ;; Keywords: bug reports lisp | 8 | ;; Keywords: tools, mail, lisp, extensions |
| 9 | 9 | ||
| 10 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 10 | ;; Copyright (C) 1993 Free Software Foundation, Inc. |
| 11 | 11 | ||
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 02f09bffdda..d1c145b4ae3 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Created: February 1993 | 5 | ;; Created: February 1993 |
| 6 | ;; Version: 3.1 | 6 | ;; Version: 3.1 |
| 7 | ;; Last Modified: 1993/09/22 18:58:46 | 7 | ;; Last Modified: 1993/09/22 18:58:46 |
| 8 | ;; Keywords: citation attribution mail news article reply followup | 8 | ;; Keywords: mail, news |
| 9 | 9 | ||
| 10 | ;; supercite.el revision: 3.54 | 10 | ;; supercite.el revision: 3.54 |
| 11 | 11 | ||
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 1abfa82cf4e..2704f7da2be 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; menu-bar.el --- define a default menu bar. | 1 | ;;; menu-bar.el --- define a default menu bar. |
| 2 | 2 | ||
| 3 | ;; Author: RMS | 3 | ;; Author: RMS |
| 4 | ;; Keywords: internals | 4 | ;; Keywords: internal |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1993 Free Software Foundation, Inc. |
| 7 | 7 | ||
diff --git a/lisp/regi.el b/lisp/regi.el index 9e29c6e2eb5..7d012f46211 100644 --- a/lisp/regi.el +++ b/lisp/regi.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Created: 24-Feb-1993 | 5 | ;; Created: 24-Feb-1993 |
| 6 | ;; Version: 1.8 | 6 | ;; Version: 1.8 |
| 7 | ;; Last Modified: 1993/06/01 21:33:00 | 7 | ;; Last Modified: 1993/06/01 21:33:00 |
| 8 | ;; Keywords: regular expression regexp matching text | 8 | ;; Keywords: extensions, matching |
| 9 | 9 | ||
| 10 | ;; Copyright (C) 1993 Barry A. Warsaw | 10 | ;; Copyright (C) 1993 Barry A. Warsaw |
| 11 | 11 | ||
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index fe62b736566..3f18716ef31 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -3,9 +3,9 @@ | |||
| 3 | ;; Copyright (C) 1991,1992,1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991,1992,1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> | 5 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> |
| 6 | ;; Keywords: extensions | 6 | ;; Keywords: extensions, matching, mouse |
| 7 | ;; Created: Thu Mar 28 13:48:23 1991 | 7 | ;; Created: Thu Mar 28 13:48:23 1991 |
| 8 | ;; Version: $Revision: 1.16 $ | 8 | ;; Version: $Revision: 1.1 $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -50,10 +50,10 @@ | |||
| 50 | 50 | ||
| 51 | ;;=== Version ============================================================= | 51 | ;;=== Version ============================================================= |
| 52 | 52 | ||
| 53 | (defconst thing@pt-version (substring "$Revision: 1.16 $" 11 -2) | 53 | (defconst thing@pt-version (substring "$Revision: 1.1 $" 11 -2) |
| 54 | "The revision number of thing@pt (as string). The complete RCS id is: | 54 | "The revision number of thing@pt (as string). The complete RCS id is: |
| 55 | 55 | ||
| 56 | $Id: thing@pt.el,v 1.16 1993/09/30 23:54:56 mike Exp $") | 56 | $Id: thingatpt.el,v 1.1 1993/11/08 14:27:42 rms Exp rms $") |
| 57 | 57 | ||
| 58 | ;;=== Basic movement ====================================================== | 58 | ;;=== Basic movement ====================================================== |
| 59 | 59 | ||
diff --git a/lisp/tpu-doc.el b/lisp/tpu-doc.el index c65d0aa635a..4fdc032e409 100644 --- a/lisp/tpu-doc.el +++ b/lisp/tpu-doc.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Keywords: tpu-edt | 7 | ;; Keywords: emulations |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -22,7 +22,7 @@ | |||
| 22 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 22 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 23 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 23 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 24 | 24 | ||
| 25 | (defconst tpu-doc-revision "$Revision: 1.3 $" | 25 | (defconst tpu-doc-revision "$Revision: 1.4 $" |
| 26 | "TPU-edt documentation revision number.") | 26 | "TPU-edt documentation revision number.") |
| 27 | 27 | ||
| 28 | 28 | ||
diff --git a/lisp/vt-control.el b/lisp/vt-control.el index 63b94137b06..509365bf4a4 100644 --- a/lisp/vt-control.el +++ b/lisp/vt-control.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| 7 | ;; Keywords: vt100 | 7 | ;; Keywords: terminals |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -52,7 +52,7 @@ | |||
| 52 | 52 | ||
| 53 | ;;; Revision Information | 53 | ;;; Revision Information |
| 54 | 54 | ||
| 55 | (defconst vt-revision "$Revision: 2.4 $" | 55 | (defconst vt-revision "$Revision: 1.3 $" |
| 56 | "Revision number of vt-control.") | 56 | "Revision number of vt-control.") |
| 57 | 57 | ||
| 58 | 58 | ||
diff --git a/lisp/xscheme.el b/lisp/xscheme.el index 722d0a4c3b8..2c2b0092132 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: languages lisp | 6 | ;; Keywords: languages, lisp |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||