changeset 5268:9043d8936335

(asm-mode): Don't mess with auto-fill mode.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 03:16:25 +0000
parents f7ea27a729b8
children c6588bd7dd93
files lisp/progmodes/asm-mode.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
   )