(icon-mode): Don't gratuitously override the default for comment-column.

This commit is contained in:
Stefan Monnier 2000-10-05 01:58:16 +00:00
parent c917127845
commit b5d006eaf9

View file

@ -183,8 +183,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)