summaryrefslogtreecommitdiff
path: root/lisp/terminal.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
commit4bd4e566ab12d9e731b0eef172f882c81b59a537 (patch)
treecd801a89b36ea84036e3e5bab920436f3a2f41e7 /lisp/terminal.el
parentfc0a18c1c07916a6d166a21a217ce46477c1101c (diff)
downloademacs-4bd4e566ab12d9e731b0eef172f882c81b59a537.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r--lisp/terminal.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el
index 314cc45d707..97293fee260 100644
--- a/lisp/terminal.el
+++ b/lisp/terminal.el
@@ -1,4 +1,5 @@
-;; Terminal emulator for GNU Emacs.
+;;; terminal.el --- terminal emulator for GNU Emacs.
+
;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc.
;; Written by Richard Mlynarik, November 1986.
@@ -1217,3 +1218,5 @@ of the terminal-emulator"
(concat "\"" harder "\"")))))
(provide 'terminal)
+
+;;; terminal.el ends here