# HG changeset patch # User Karl Heuer # Date 767520541 0 # Node ID 3b452d97f1119ae3a7a38864cb18d8fd5fab9396 # Parent c21fcad6f1f5bc25183ff4cf88ea57c1c419b093 (lisp-mode-variables): Undo previous change. diff -r c21fcad6f1f5 -r 3b452d97f111 lisp/emacs-lisp/lisp-mode.el --- 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)