diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 19:21:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 19:21:46 +0000 |
commit | fc0a18c1c07916a6d166a21a217ce46477c1101c (patch) | |
tree | 758bc87ef14028fbb235052a2f5c84ca98ddb997 /lisp/xscheme.el | |
parent | 597e3d2c318aef9df60a8dab6ddacc8b68c55c5a (diff) | |
download | emacs-fc0a18c1c07916a6d166a21a217ce46477c1101c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/xscheme.el')
-rw-r--r-- | lisp/xscheme.el | 5 |
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 |