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:
parent
bcd4fb440e
commit
1b97fc6eb4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ((?$ . "\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue