diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-09-29 03:31:36 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-09-29 03:31:36 +0000 |
commit | 5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2 (patch) | |
tree | ee3ff4304caece0137de999de8780331a90a33da /lisp/progmodes/asm-mode.el | |
parent | 11ae6c5d0d40c79483079d3cdfa1e7e85786ff20 (diff) | |
download | emacs-5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2.tar.gz |
(asm-mode): Don't gratuitously override the default for comment-column.
Diffstat (limited to 'lisp/progmodes/asm-mode.el')
-rw-r--r-- | lisp/progmodes/asm-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 490b34f4b55..a18c856d569 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el @@ -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)) |