(icon-mode): Don't gratuitously override the default for comment-column.
This commit is contained in:
parent
c917127845
commit
b5d006eaf9
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue