Mercurial > emacs
changeset 7170:3b452d97f111
(lisp-mode-variables): Undo previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 08:09:01 +0000 |
parents | c21fcad6f1f5 |
children | 945fd4c43a14 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)