diff lisp/cmuscheme.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 c693d56ef36d
line wrap: on
line diff
--- a/lisp/cmuscheme.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/cmuscheme.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
 ;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el.
+
 ;;; 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
@@ -429,3 +430,5 @@
 ;;;   Tale suggested this.
 
 (provide 'cmuscheme)
+
+;;; cmuscheme.el ends here