Mercurial > emacs
changeset 19503:0021bdfbc923
(texinfo-mode): Turn off adaptive-fill-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Aug 1997 03:15:05 +0000 |
parents | 95f1938d0296 |
children | fd1ee3c25839 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)