# HG changeset patch # User Richard M. Stallman # Date 756616585 0 # Node ID 9043d8936335e2787daf43213f89e70f257fc01f # Parent f7ea27a729b871a371e8ecd15340974543d28d9b (asm-mode): Don't mess with auto-fill mode. diff -r f7ea27a729b8 -r 9043d8936335 lisp/progmodes/asm-mode.el --- a/lisp/progmodes/asm-mode.el Thu Dec 23 03:14:40 1993 +0000 +++ b/lisp/progmodes/asm-mode.el Thu Dec 23 03:16:25 1993 +0000 @@ -123,7 +123,6 @@ (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) )