]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-mode): Turn off adaptive-fill-mode.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 03:15:05 +0000 (03:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 03:15:05 +0000 (03:15 +0000)
lisp/textmodes/texinfo.el

index 9e1099f4b88daef4cac35f607e3ef81195d53e59..eb2e5a60862254d9b6b98266855609df5491bb7a 100644 (file)
@@ -496,6 +496,8 @@ value of texinfo-mode-hook."
        (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate))
   (make-local-variable 'paragraph-start)
   (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
+  (make-local-variable 'adaptive-fill-mode)
+  (setq adaptive-fill-mode nil)
   (make-local-variable 'fill-column)
   (setq fill-column 72)
   (make-local-variable 'comment-start)