(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 566a105..a488b95 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)