1
0
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:
Stefan Monnier 2000-09-29 03:32:07 +00:00
parent 5bf9c8a0c9
commit 5dd3f26b02

View File

@ -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)