]> git.eshelyaron.com Git - emacs.git/commitdiff
(scheme-mode-variables): Make parse-sexp-ignore-comments t.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Sep 1994 18:54:19 +0000 (18:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Sep 1994 18:54:19 +0000 (18:54 +0000)
lisp/progmodes/scheme.el

index caf74e3b3b958bea2d3b42c1462fdba41b941921..e8b47ba3e4cb5c5917e4fc048fe8e7d1988185e6 100644 (file)
   (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 "")