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

This commit is contained in:
Stefan Monnier 2000-09-29 03:31:36 +00:00
parent 11ae6c5d0d
commit 5bf9c8a0c9

View file

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