diff lisp/progmodes/scheme.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 4cd7543be581
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/progmodes/scheme.el	Sat May 30 21:11:25 1992 +0000
@@ -1,4 +1,5 @@
-;; Scheme mode, and its idiosyncratic commands.
+;;; scheme.el --- Scheme mode, and its idiosyncratic commands.
+
 ;; Copyright (C) 1986, 1987, 1988 Free Software Foundation, Inc.
 ;; Adapted from Lisp mode by Bill Rozas, jinx@prep.
 
@@ -499,3 +500,5 @@
 		       (indent-to this-indent)))))))))
 
 (provide 'scheme)
+
+;;; scheme.el ends here