diff options
| author | Richard M. Stallman | 1994-09-29 18:54:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-29 18:54:19 +0000 |
| commit | 2441d53d8ac0e7494c0202608644a97cc2ce66a1 (patch) | |
| tree | 10980f1de17c2077f3b764b93c8b533cc1d513ee | |
| parent | 214b69d9e9fc507b465aeb2529cd6ad68fa78c54 (diff) | |
| download | emacs-2441d53d8ac0e7494c0202608644a97cc2ce66a1.tar.gz emacs-2441d53d8ac0e7494c0202608644a97cc2ce66a1.zip | |
(scheme-mode-variables): Make parse-sexp-ignore-comments t.
| -rw-r--r-- | lisp/progmodes/scheme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index caf74e3b3b9..e8b47ba3e4c 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -106,6 +106,8 @@ | |||
| 106 | (setq comment-column 40) | 106 | (setq comment-column 40) |
| 107 | (make-local-variable 'comment-indent-function) | 107 | (make-local-variable 'comment-indent-function) |
| 108 | (setq comment-indent-function 'scheme-comment-indent) | 108 | (setq comment-indent-function 'scheme-comment-indent) |
| 109 | (make-local-variable 'parse-sexp-ignore-comments) | ||
| 110 | (setq parse-sexp-ignore-comments t) | ||
| 109 | (setq mode-line-process '("" scheme-mode-line-process))) | 111 | (setq mode-line-process '("" scheme-mode-line-process))) |
| 110 | 112 | ||
| 111 | (defvar scheme-mode-line-process "") | 113 | (defvar scheme-mode-line-process "") |