# HG changeset patch # User Richard M. Stallman # Date 780864859 0 # Node ID c8ef8dc59108e003933e6789ee573b083581623a # Parent 0facf5c89fff15cb739afba36718c55c6e53eedb (scheme-mode-variables): Make parse-sexp-ignore-comments t. diff -r 0facf5c89fff -r c8ef8dc59108 lisp/progmodes/scheme.el --- 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 "")