Mercurial > emacs
changeset 82458:0327a004a45d
(scheme-mode-variables): Set font-lock-comment-start-skip.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 18 Aug 2007 23:44:32 +0000 |
parents | f414c98b5fdb |
children | 9bb857c2b902 |
files | lisp/progmodes/scheme.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el Sat Aug 18 23:44:21 2007 +0000 +++ b/lisp/progmodes/scheme.el Sat Aug 18 23:44:32 2007 +0000 @@ -156,6 +156,7 @@ ;; Look within the line for a ; following an even number of backslashes ;; after either a non-backslash or the line beginning. (setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*") + (set (make-local-variable 'font-lock-comment-start-skip) ";+ *") (make-local-variable 'comment-column) (setq comment-column 40) (make-local-variable 'parse-sexp-ignore-comments)