]> git.eshelyaron.com Git - emacs.git/commit
Don't make bibtex-unify-case-convert buffer-local
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 18 Nov 2020 11:47:54 +0000 (11:47 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 18 Nov 2020 11:47:54 +0000 (11:47 +0000)
commit88d5b1d3253728bd314de36544996aa15345bd29
tree82453690612b5a0104ed93f9211bc9b4dcc21e24
parent827786cf759a0a14c3e2ebea2963478c2f1a9b5c
Don't make bibtex-unify-case-convert buffer-local

The :local tag does not currently work as intended (it results in a
default value of bibtex-unify-case-convert of nil rather than
identity), and no other bibtex.el user option is automatically
buffer-local, so revert this recent change.

For discussion, see the following emacs-devel thread:
https://lists.gnu.org/r/emacs-devel/2020-11/msg00734.html

* lisp/textmodes/bibtex.el (bibtex-unify-case-convert): Don't make
automatically buffer-local for consistency with other user options,
and because the :local tag doesn't have the intended results.
lisp/textmodes/bibtex.el