projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
214b69d
)
(scheme-mode-variables): Make parse-sexp-ignore-comments t.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 29 Sep 1994 18:54:19 +0000
(18:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 29 Sep 1994 18:54:19 +0000
(18:54 +0000)
lisp/progmodes/scheme.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/scheme.el
b/lisp/progmodes/scheme.el
index caf74e3b3b958bea2d3b42c1462fdba41b941921..e8b47ba3e4cb5c5917e4fc048fe8e7d1988185e6 100644
(file)
--- a/
lisp/progmodes/scheme.el
+++ b/
lisp/progmodes/scheme.el
@@
-106,6
+106,8
@@
(setq comment-column 40)
(make-local-variable 'comment-indent-function)
(setq comment-indent-function 'scheme-comment-indent)
+ (make-local-variable 'parse-sexp-ignore-comments)
+ (setq parse-sexp-ignore-comments t)
(setq mode-line-process '("" scheme-mode-line-process)))
(defvar scheme-mode-line-process "")