diff lisp/progmodes/inf-lisp.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 4cd7543be581
children 540b047ece4d
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/progmodes/inf-lisp.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;;; -*-Emacs-Lisp-*- cmulisp.el
+;;; cmulisp.el --- improved version of standard inferior-lisp mode
+
 ;;; Copyright Olin Shivers (1988).
 ;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
 ;;; notice appearing here to the effect that you may use this code any
@@ -600,3 +601,4 @@
 
 (provide 'cmulisp)
 
+;;; cmulisp.el ends here