diff lisp/progmodes/scheme.el @ 9179:c8ef8dc59108

(scheme-mode-variables): Make parse-sexp-ignore-comments t.
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Sep 1994 18:54:19 +0000
parents c40e283c262b
children 08d268f33d66
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el	Thu Sep 29 18:51:54 1994 +0000
+++ b/lisp/progmodes/scheme.el	Thu Sep 29 18:54:19 1994 +0000
@@ -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 "")