aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-05 00:50:26 +0000
committerRichard M. Stallman1995-08-05 00:50:26 +0000
commitd5fbc7c77e39f9ae984c3062bd5ac6ea2c7d5e47 (patch)
tree88b7bd18b24012d9fdf944aa049b6a2fa6311428
parent6770a60f47dfbf67c0fdd9ffc0ac74f67d044185 (diff)
downloademacs-d5fbc7c77e39f9ae984c3062bd5ac6ea2c7d5e47.tar.gz
emacs-d5fbc7c77e39f9ae984c3062bd5ac6ea2c7d5e47.zip
(bibtex-maintain-sorted-entries): Make nil the default.
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
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).")
82That means they are ignored when determining ordering of the buffer 82That means they are ignored when determining ordering of the buffer
83(e.g. sorting, locating alphabetical position for new entries, etc.).") 83(e.g. sorting, locating alphabetical position for new entries, etc.).")
84 84
85(defvar bibtex-maintain-sorted-entries t 85(defvar bibtex-maintain-sorted-entries nil
86 "*If true, bibtex-mode maintains all BibTeX entries in sorted order. 86 "*If true, bibtex-mode maintains all BibTeX entries in sorted order.
87Setting this variable to nil will strip off some comfort (e.g. TAB 87Setting this variable to nil will strip off some comfort (e.g. TAB
88completion for reference keys) from bibtex-mode.") 88completion for reference keys) from bibtex-mode.")