diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
commit | c84729481b9eada04adccafbb62e5c6fdad8d142 (patch) | |
tree | 3cae02d1507a4616bfc33e269f4d51278ea16c01 /lisp/cmuscheme.el | |
parent | c5d87135f5bd40e7c681a765b1f8d3aa62d16365 (diff) | |
download | emacs-c84729481b9eada04adccafbb62e5c6fdad8d142.tar.gz |
Added standard library headers.
Diffstat (limited to 'lisp/cmuscheme.el')
-rw-r--r-- | lisp/cmuscheme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index 6d39774822f..7ce9f0cf94a 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el @@ -1,4 +1,5 @@ -;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el. +;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el. + ;;; Copyright (C) 1988 Free Software Foundation, Inc. ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> |