From 1b97fc6eb4694cfdabb98bdf7b21c02b293bbd8a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 9 Aug 1996 22:31:46 +0000 Subject: [PATCH] (bibtex-mode): Set normal-auto-fill-function locally; don't set auto-fill-function. Don't turn on Auto Fill mode. --- lisp/textmodes/bibtex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 0217825736c..f41f48951fe 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -1487,8 +1487,8 @@ non-nil." (setq paragraph-start "[ \f\n\t]*$") (make-local-variable 'comment-start) (setq comment-start "%") - (auto-fill-mode 1) - (setq auto-fill-function 'bibtex-auto-fill-function) + (make-local-variable 'normal-auto-fill-function) + (setq normal-auto-fill-function 'bibtex-auto-fill-function) (set (make-local-variable 'font-lock-defaults) '(bibtex-font-lock-keywords nil t ((?$ . "\"") -- 2.39.5