diff options
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r-- | lisp/terminal.el | 5 |
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 |