1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00: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)