aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cmuscheme.el
diff options
context:
space:
mode:
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 fe20f7e195..22f4333f78 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 <[email protected]>
+;; 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 ([email protected]). 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)