]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-mode-variables): Undo previous change.
authorKarl Heuer <kwzh@gnu.org>
Thu, 28 Apr 1994 08:09:01 +0000 (08:09 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 28 Apr 1994 08:09:01 +0000 (08:09 +0000)
lisp/emacs-lisp/lisp-mode.el

index 566a1053555bdbc9b38bc4577fe5a7d490d13b57..a488b954422b75e9a87cd7ec5aa7ceab551f468a 100644 (file)
   (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)