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:
parent
10c5e63d23
commit
c36e9c0608
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user