]> code.delx.au - gnu-emacs/commit
Fix issues with BibTeX entries containing ")".
authorTassilo Horn <tsdh@gnu.org>
Wed, 28 Jan 2015 09:32:50 +0000 (10:32 +0100)
committerTassilo Horn <tsdh@gnu.org>
Wed, 28 Jan 2015 09:45:06 +0000 (10:45 +0100)
commitba10f4b56081d0f5069720c9ce0871e819b904f5
tree354cbb727c8d4af778aad9dca672103d28d4d491
parent9664defd262252faf037c5fe1ea095f1cc4b308b
Fix issues with BibTeX entries containing ")".

* textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
punctuation syntax since to allow bibtex fields with values such
as {Test 1) and 2)} (bug#19205, bug#19707).
(reftex--prepare-syntax-tables): New function.
(reftex-mode): Use it.

[backport from trunk]
lisp/ChangeLog
lisp/textmodes/reftex.el