summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-05 00:50:26 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-05 00:50:26 +0000
commit9701f0faf22557cedeb9619ac84f2803e3c0f84a (patch)
tree72fc41ec2fec9353fa87968f137a16742cac3228 /lisp
parentabb2e761a2aefad80fdb7f2f5929f4c20f34e35c (diff)
downloademacs-9701f0faf22557cedeb9619ac84f2803e3c0f84a.tar.gz
(bibtex-maintain-sorted-entries): Make nil the default.
Diffstat (limited to 'lisp')
-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).")
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.")