diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:12:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:12:25 +0000 |
commit | b7f66977bea896036f61b910814d33dda7e18f37 (patch) | |
tree | 6a41ef9952e3245d9843be9788b4d54a7f916722 /lisp/emulation | |
parent | 089c3fb3e632782886c898fa1977f2394003733c (diff) | |
download | emacs-b7f66977bea896036f61b910814d33dda7e18f37.tar.gz |
Comment change.
Diffstat (limited to 'lisp/emulation')
-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 |
3 files changed, 6 insertions, 6 deletions
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 @@ ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> ;; Version: 3.1 -;; Keywords: edt emulations +;; Keywords: emulations ;; This file is part of GNU Emacs. @@ -30,7 +30,7 @@ ;;; Revision and Version Information ;;; (defconst tpu-version "3.1" "TPU-edt version number.") -(defconst tpu-revision "$Revision: 6.11 $" "Revision number of TPU-edt.") +(defconst tpu-revision "$Revision: 1.4 $" "Revision number of TPU-edt.") ;;; 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 @@ ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> -;; Keywords: tpu-edt +;; Keywords: emulations ;; This file is part of GNU Emacs. @@ -104,7 +104,7 @@ ;;; Revision Information -(defconst tpu-extras-revision "$Revision: 3.5 $" +(defconst tpu-extras-revision "$Revision: 1.4 $" "Revision number of the TPU-edt extras.") 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 @@ ;; Author: Rob Riepel <riepel@networking.stanford.edu> ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> -;; Keywords: tpu-edt +;; Keywords: emulations ;; This file is part of GNU Emacs. @@ -69,7 +69,7 @@ ;;; ;;; Revision Information ;;; -(defconst tpu-mapper-revision "$Revision: 1.5 $" +(defconst tpu-mapper-revision "$Revision: 1.4 $" "Revision number of TPU-edt x-windows emacs key mapper.") |