# HG changeset patch # User Richard M. Stallman # Date 872392505 0 # Node ID 0021bdfbc923ad687b929ca202f06d198f871f71 # Parent 95f1938d0296b171ce104a4a2c8e31c20519788e (texinfo-mode): Turn off adaptive-fill-mode. diff -r 95f1938d0296 -r 0021bdfbc923 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Sun Aug 24 02:59:29 1997 +0000 +++ b/lisp/textmodes/texinfo.el Sun Aug 24 03:15:05 1997 +0000 @@ -496,6 +496,8 @@ (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)