Mercurial > emacs
changeset 31983:eb15bee6f5e7
(asm-mode): Don't gratuitously override the default for comment-column.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 29 Sep 2000 03:31:36 +0000 |
parents | ed0ed1c70495 |
children | cc01b409c5e9 |
files | lisp/progmodes/asm-mode.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/asm-mode.el Fri Sep 29 03:30:04 2000 +0000 +++ b/lisp/progmodes/asm-mode.el Fri Sep 29 03:31:36 2000 +0000 @@ -142,8 +142,6 @@ ) (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))