mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(asm-mode): Don't gratuitously override the default for comment-column.
This commit is contained in:
parent
11ae6c5d0d
commit
5bf9c8a0c9
1 changed files with 0 additions and 2 deletions
|
|
@ -142,8 +142,6 @@ Special commands:
|
|||
)
|
||||
(make-local-variable 'comment-end)
|
||||
(setq comment-end "")
|
||||
(make-local-variable 'comment-column)
|
||||
(setq comment-column 32)
|
||||
(setq fill-prefix "\t")
|
||||
(run-hooks 'asm-mode-hook))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue