diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-14 17:19:29 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-14 17:19:29 +0000 |
commit | 29978f0b3f8a50040397b658616706f67ea726e7 (patch) | |
tree | 44e98b0504813e0b48adcd10cb9a7671d5ff066f /lisp/emulation/edt-vt100.el | |
parent | bf554ee0cd7bda6b1b8d03a52084bb7d346fc4d8 (diff) | |
download | emacs-29978f0b3f8a50040397b658616706f67ea726e7.tar.gz |
(edt-vt100-revision): Deleted.
Diffstat (limited to 'lisp/emulation/edt-vt100.el')
-rw-r--r-- | lisp/emulation/edt-vt100.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index 45ee723efd5..cecf335bf97 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el @@ -28,16 +28,10 @@ ;;; Usage: -;; See edt-user.doc +;; See edt-user.doc in the Emacs etc directory. ;; ==================================================================== -;;; -;;; Revision Information -;;; -(defconst edt-vt100-revision "$Revision: 1.1 $" - "Revision Number of EDT VT Series Terminal Support.") - ;; Get keyboard function key mapping to EDT keys. (load "edt-lk201" nil t) |