diff lisp/emacs-lisp/lisp-mode.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 4cd7543be581
children 7a9b4ea68565
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Sat May 30 21:11:25 1992 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Sat May 30 22:12:04 1992 +0000
@@ -1,4 +1,5 @@
-;; Lisp mode, and its idiosyncratic commands.
+;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands.
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -614,3 +615,4 @@
 
 (provide 'lisp-mode)
 
+;;; lisp-mode.el ends here