1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 22:20:52 -08:00

(bibtex-mode): Set normal-auto-fill-function locally;

don't set auto-fill-function.  Don't turn on Auto Fill mode.
This commit is contained in:
Richard M. Stallman 1996-08-09 22:31:46 +00:00
parent bcd4fb440e
commit 1b97fc6eb4

View file

@ -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 ((?$ . "\"")