diff lisp/=gosmacs.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 1e0bc00dca7a
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/=gosmacs.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=gosmacs.el	Sat May 30 23:12:08 1992 +0000
@@ -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 @@
   "Scroll the selected window up so that the current line is at the top."
   (interactive)
   (recenter 0))
+
+;;; gosmacs.el ends here