From 5ed14933028357c40c160bd1b0fa66def9012b6c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Aug 1997 03:15:05 +0000 Subject: (texinfo-mode): Turn off adaptive-fill-mode. --- lisp/textmodes/texinfo.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 9e1099f4b8..eb2e5a6086 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -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) -- cgit v1.2.3