From c36e9c060822c6b623b0989b384615d758b62462 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 28 Apr 1994 08:09:01 +0000 Subject: [PATCH] (lisp-mode-variables): Undo previous change. --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT