summaryrefslogtreecommitdiff
path: root/lisp/term/internal.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-20 07:33:52 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-20 07:33:52 +0000
commit092af6d8677fa62567a0cf03502123cb177fb317 (patch)
treef13f415dcf2836990ad5beca1046644bc7d30158 /lisp/term/internal.el
parent4289d95b3857e945c2bc367a8d9e128f74da44d8 (diff)
downloademacs-092af6d8677fa62567a0cf03502123cb177fb317.tar.gz
Comment change.
Diffstat (limited to 'lisp/term/internal.el')
-rw-r--r--lisp/term/internal.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index e9e6c02336d..bf9ddcd736d 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -1,9 +1,8 @@
-;; internal.el -- setup support for PC keyboards and screens, internal terminal
+;;; internal.el ---support for PC keyboards and screens, internal terminal
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Author: Morten Welinder <terra@diku.dk>
-;; Version: 1.02
;; This file is part of GNU Emacs.
@@ -89,3 +88,6 @@
(mapcar (lambda (b) (set-buffer b) (set-case-table table))
(buffer-list)))
(set-standard-case-table table))
+
+;;; internal.el ends here
+