projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ae6c5
)
(asm-mode): Don't gratuitously override the default for comment-column.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 29 Sep 2000 03:31:36 +0000
(
03:31
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 29 Sep 2000 03:31:36 +0000
(
03:31
+0000)
lisp/progmodes/asm-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/asm-mode.el
b/lisp/progmodes/asm-mode.el
index 490b34f4b55ddd09698a81f710febb9b46debfaf..a18c856d569b957c4aa9bf27316248f215330050 100644
(file)
--- 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))
\f