Mercurial > emacs
changeset 15852:8d8800822c78
(bibtex-mode): Set normal-auto-fill-function locally;
don't set auto-fill-function. Don't turn on Auto Fill mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 09 Aug 1996 22:31:46 +0000 |
parents | 9aaeb5dc2851 |
children | 1ca5c3c9853a |
files | lisp/textmodes/bibtex.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el Fri Aug 09 22:04:54 1996 +0000 +++ b/lisp/textmodes/bibtex.el Fri Aug 09 22:31:46 1996 +0000 @@ -1487,8 +1487,8 @@ (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 ((?$ . "\"")