summaryrefslogtreecommitdiff
path: root/lisp/progmodes/asm-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-09-29 03:31:36 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-09-29 03:31:36 +0000
commit5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2 (patch)
treeee3ff4304caece0137de999de8780331a90a33da /lisp/progmodes/asm-mode.el
parent11ae6c5d0d40c79483079d3cdfa1e7e85786ff20 (diff)
downloademacs-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.el2
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))