(texinfo-mode): Turn off adaptive-fill-mode.

This commit is contained in:
Richard M. Stallman 1997-08-24 03:15:05 +00:00
parent 79fd9b2f5c
commit 5ed1493302

View 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)