summaryrefslogtreecommitdiff
path: root/lisp/=gosmacs.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
commit1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c (patch)
tree68ee294467ed1fab8e9e66d47928c7be9ddb88de /lisp/=gosmacs.el
parent5c34f1fc000ee9a38b100315103b0dde4a5fe964 (diff)
downloademacs-1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/=gosmacs.el')
-rw-r--r--lisp/=gosmacs.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/=gosmacs.el b/lisp/=gosmacs.el
index 1f227abe364..7246959f3a5 100644
--- a/lisp/=gosmacs.el
+++ b/lisp/=gosmacs.el
@@ -1,4 +1,5 @@
-;; Rebindings to imitate Gosmacs.
+;;; gosmacs.el --- rebindings to imitate Gosmacs.
+
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -101,3 +102,5 @@ From the window at the lower right corner, select the one at the upper left."
"Scroll the selected window up so that the current line is at the top."
(interactive)
(recenter 0))
+
+;;; gosmacs.el ends here