Mercurial > emacs
changeset 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 | 0facf5c89fff |
children | 569ed1f55710 |
files | lisp/progmodes/scheme.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 "")