1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 15:00:34 -08:00

(lisp-mode-variables): Undo previous change.

This commit is contained in:
Karl Heuer 1994-04-28 08:09:01 +00:00
parent 10c5e63d23
commit c36e9c0608

View file

@ -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)