mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +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)
|
(make-local-variable 'comment-start)
|
||||||
(setq comment-start ";")
|
(setq comment-start ";")
|
||||||
(make-local-variable 'comment-start-skip)
|
(make-local-variable 'comment-start-skip)
|
||||||
(setq comment-start-skip "\\(^;\\|[^\\];\\) *")
|
(setq comment-start-skip ";+ *")
|
||||||
(make-local-variable 'comment-column)
|
(make-local-variable 'comment-column)
|
||||||
(setq comment-column 40)
|
(setq comment-column 40)
|
||||||
(make-local-variable 'comment-indent-function)
|
(make-local-variable 'comment-indent-function)
|
||||||
|
Loading…
Reference in New Issue
Block a user