summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-12-23 03:16:25 +0000
committerRichard M. Stallman <rms@gnu.org>1993-12-23 03:16:25 +0000
commit80fae21abbea0e584dba936870b0bfb8bf69a8ae (patch)
tree3851213a79ba6d63d83d9bc409a77322da303bc9 /lisp/progmodes
parent908b5ffee4460436b3c80387c02d97828adadaca (diff)
downloademacs-80fae21abbea0e584dba936870b0bfb8bf69a8ae.tar.gz
(asm-mode): Don't mess with auto-fill mode.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/asm-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el
index 26097a50139..7ca17f86e29 100644
--- a/lisp/progmodes/asm-mode.el
+++ b/lisp/progmodes/asm-mode.el
@@ -123,7 +123,6 @@ Special commands:\\{asm-mode-map}
(setq comment-end "")
(make-local-variable 'comment-column)
(setq comment-column 32)
- (auto-fill-mode 1)
(setq fill-prefix "\t")
(run-hooks 'asm-mode-hook)
)