Mercurial > emacs
diff lisp/emacs-lisp/lisp-mode.el @ 7170:3b452d97f111
(lisp-mode-variables): Undo previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 08:09:01 +0000 |
parents | 5b975a51928f |
children | edad1db699ab |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Thu Apr 28 07:59:17 1994 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Apr 28 08:09:01 1994 +0000 @@ -100,7 +100,7 @@ (make-local-variable 'comment-start) (setq comment-start ";") (make-local-variable 'comment-start-skip) - (setq comment-start-skip "\\(^;\\|[^\\];\\) *") + (setq comment-start-skip ";+ *") (make-local-variable 'comment-column) (setq comment-column 40) (make-local-variable 'comment-indent-function)