From: Richard M. Stallman Date: Sat, 5 Aug 1995 00:50:26 +0000 (+0000) Subject: (bibtex-maintain-sorted-entries): Make nil the default. X-Git-Tag: emacs-19.34~3090 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5fbc7c77e39f9ae984c3062bd5ac6ea2c7d5e47;p=emacs.git (bibtex-maintain-sorted-entries): Make nil the default. --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 6edc5990a54..3f8fc533024 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -82,7 +82,7 @@ name of the field, second element = comment to appear in the echo area).") That means they are ignored when determining ordering of the buffer (e.g. sorting, locating alphabetical position for new entries, etc.).") -(defvar bibtex-maintain-sorted-entries t +(defvar bibtex-maintain-sorted-entries nil "*If true, bibtex-mode maintains all BibTeX entries in sorted order. Setting this variable to nil will strip off some comfort (e.g. TAB completion for reference keys) from bibtex-mode.")