aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-09-29 18:54:19 +0000
committerRichard M. Stallman <[email protected]>1994-09-29 18:54:19 +0000
commit2441d53d8ac0e7494c0202608644a97cc2ce66a1 (patch)
tree10980f1de17c2077f3b764b93c8b533cc1d513ee /lisp
parent214b69d9e9fc507b465aeb2529cd6ad68fa78c54 (diff)
(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 caf74e3b3b..e8b47ba3e4 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 "")