mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
(awk-mode): Don't gratuitously override the default for comment-column.
This commit is contained in:
parent
5bf9c8a0c9
commit
5dd3f26b02
@ -139,8 +139,6 @@ with no args, if that value is non-nil."
|
||||
(setq comment-start "# ")
|
||||
(make-local-variable 'comment-end)
|
||||
(setq comment-end "")
|
||||
(make-local-variable 'comment-column)
|
||||
(setq comment-column 32)
|
||||
(make-local-variable 'comment-start-skip)
|
||||
(setq comment-start-skip "#+ *")
|
||||
(make-local-variable 'comment-indent-function)
|
||||
|
Loading…
Reference in New Issue
Block a user