aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 23:12:08 +0000
committerEric S. Raymond <[email protected]>1992-05-30 23:12:08 +0000
commit1a06eabd17a8eff0635bc7058349f7c22057864c (patch)
tree851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/emulation
parent6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/edt.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index be7c051e82..8d60eeeb34 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -1,3 +1,5 @@
+;;; edt.el --- EDT emulation in Emacs
+
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; It started from public domain code by Mike Clarkson
;; but has been greatly altered.
@@ -396,3 +398,5 @@ by the PF1 key. GOLD is the ASCII the 7-bit escape sequence <ESC>OP.")
(or (assq 'edt-direction-string minor-mode-alist)
(setq minor-mode-alist (cons '(edt-direction-string edt-direction-string)
minor-mode-alist)))
+
+;;; edt.el ends here