]> git.eshelyaron.com Git - emacs.git/commitdiff
(asm-mode): Don't mess with auto-fill mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 03:16:25 +0000 (03:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 03:16:25 +0000 (03:16 +0000)
lisp/progmodes/asm-mode.el

index 26097a501396d4eb45914e03ed18880b175a0f22..7ca17f86e295c59427edd4ccc2de0bda207d5bbc 100644 (file)
@@ -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)
   )