From: Richard M. Stallman Date: Thu, 23 Dec 1993 03:16:25 +0000 (+0000) Subject: (asm-mode): Don't mess with auto-fill mode. X-Git-Tag: emacs-19.34~10583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a68f868d109b73e925318c822dc63c56a047c00;p=emacs.git (asm-mode): Don't mess with auto-fill mode. --- 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) )