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:
parent
10c5e63d23
commit
c36e9c0608
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue