From: Karl Heuer Date: Thu, 28 Apr 1994 08:09:01 +0000 (+0000) Subject: (lisp-mode-variables): Undo previous change. X-Git-Tag: emacs-19.34~8683 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c36e9c060822c6b623b0989b384615d758b62462;p=emacs.git (lisp-mode-variables): Undo previous change. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 566a1053555..a488b954422 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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)