diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 18:28:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 18:28:42 +0000 |
commit | d1c7011d35a2a93a06f18c4b10e85982cff9392e (patch) | |
tree | 1cafb1d5eeaabfd27ba83652b0cf481424071cc5 /lisp/cmuscheme.el | |
parent | 2f14b48d341021458b98dbb367e086e5996e85d8 (diff) | |
download | emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.tar.gz emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.tar.bz2 emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.zip |
*** empty log message ***
Diffstat (limited to 'lisp/cmuscheme.el')
-rw-r--r-- | lisp/cmuscheme.el | 9 |
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) |