summaryrefslogtreecommitdiff
path: root/lisp/xscheme.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 19:21:46 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 19:21:46 +0000
commit76d7458ed90577d639dc71a5e100839d9a9ab13c (patch)
treebe1d50caa3124c53233f67c78412fb81e83e5489 /lisp/xscheme.el
parentecb4184d2f5c831be04186263b3f13e4ed4f2ef4 (diff)
downloademacs-76d7458ed90577d639dc71a5e100839d9a9ab13c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/xscheme.el')
-rw-r--r--lisp/xscheme.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el
index 0fb795dea2d..d2a2cceb2ae 100644
--- a/lisp/xscheme.el
+++ b/lisp/xscheme.el
@@ -1,4 +1,5 @@
-;; Run Scheme under Emacs
+;;; xscheme.el --- run Scheme under Emacs
+
;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -869,3 +870,5 @@ the remaining input.")
(let ((state (parse-partial-sexp start (nth 2 state))))
(if (nth 2 state) 'many 'one)))))
(set-syntax-table old-syntax-table)))))
+
+;;; xscheme.el ends here