]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-maintain-sorted-entries): Make nil the default.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Aug 1995 00:50:26 +0000 (00:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Aug 1995 00:50:26 +0000 (00:50 +0000)
lisp/textmodes/bibtex.el

index 6edc5990a545d6af45507113a8cd6aabac7a0f25..3f8fc53302478612c7effa45ef5de0aa0683bbe2 100644 (file)
@@ -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.")