summaryrefslogtreecommitdiff
path: root/lisp/cmuscheme.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 18:28:42 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 18:28:42 +0000
commitd1c7011d35a2a93a06f18c4b10e85982cff9392e (patch)
tree1cafb1d5eeaabfd27ba83652b0cf481424071cc5 /lisp/cmuscheme.el
parent2f14b48d341021458b98dbb367e086e5996e85d8 (diff)
downloademacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/cmuscheme.el')
-rw-r--r--lisp/cmuscheme.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index fe20f7e1959..22f4333f787 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -1,11 +1,16 @@
;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el.
+;; Maintainer: Olin Shivers <olin.shivers@cs.cmu.edu>
+;; Last-Modified: 16 Mar 1992
+
;;; 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
;;; way you like, as long as you don't charge money for it, remove this
;;; notice, or hold me liable for its results.
-;;;
+
+;;; Commentary:
+
;;; This is a customisation of comint-mode (see comint.el)
;;;
;;; Written by Olin Shivers (olin.shivers@cs.cmu.edu). With bits and pieces
@@ -85,6 +90,8 @@
;;; *or* just delete the autoload declaration from scheme.el altogether,
;;; which will allow the autoload in your .emacs to have its say.
+;;; Code:
+
(require 'scheme)
(require 'comint)