summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-29 18:54:19 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-29 18:54:19 +0000
commitcbb25e14f3af070db7105839660fb48b7189995a (patch)
tree5a7847a4cb9cb7a55f9f92ba03c3edc5fba1fd79 /lisp
parentd662d085d0cdfe23cc4dea669d784d3f86c39527 (diff)
downloademacs-cbb25e14f3af070db7105839660fb48b7189995a.tar.gz
(scheme-mode-variables): Make parse-sexp-ignore-comments t.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/scheme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el
index caf74e3b3b9..e8b47ba3e4c 100644
--- 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 "")