diff options
| author | Richard M. Stallman | 1996-08-09 22:31:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-09 22:31:46 +0000 |
| commit | 1b97fc6eb4694cfdabb98bdf7b21c02b293bbd8a (patch) | |
| tree | 1b6087f36674e365613184107c772457f62fe0f8 /lisp | |
| parent | bcd4fb440e62df86726d5382cfcafacda7b7105f (diff) | |
| download | emacs-1b97fc6eb4694cfdabb98bdf7b21c02b293bbd8a.tar.gz emacs-1b97fc6eb4694cfdabb98bdf7b21c02b293bbd8a.zip | |
(bibtex-mode): Set normal-auto-fill-function locally;
don't set auto-fill-function. Don't turn on Auto Fill mode.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/bibtex.el | 4 |
1 files 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." | |||
| 1487 | (setq paragraph-start "[ \f\n\t]*$") | 1487 | (setq paragraph-start "[ \f\n\t]*$") |
| 1488 | (make-local-variable 'comment-start) | 1488 | (make-local-variable 'comment-start) |
| 1489 | (setq comment-start "%") | 1489 | (setq comment-start "%") |
| 1490 | (auto-fill-mode 1) | 1490 | (make-local-variable 'normal-auto-fill-function) |
| 1491 | (setq auto-fill-function 'bibtex-auto-fill-function) | 1491 | (setq normal-auto-fill-function 'bibtex-auto-fill-function) |
| 1492 | (set (make-local-variable 'font-lock-defaults) | 1492 | (set (make-local-variable 'font-lock-defaults) |
| 1493 | '(bibtex-font-lock-keywords | 1493 | '(bibtex-font-lock-keywords |
| 1494 | nil t ((?$ . "\"") | 1494 | nil t ((?$ . "\"") |