mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(bibtex-reference-head): Allow whitespace after the open paren.
This commit is contained in:
parent
9f80907ace
commit
8798879498
@ -695,7 +695,7 @@ See the documentation of function bibtex-generate-autokey for further detail.")
|
||||
(defconst bibtex-reference-head
|
||||
(concat "^\\( \\|\t\\)*\\("
|
||||
bibtex-reference-type
|
||||
"\\)[ \t]*[({]\\("
|
||||
"\\)[ \t]*[({][ \t]*\\("
|
||||
bibtex-reference-key
|
||||
"\\)"))
|
||||
;; Regexp defining format of the header line of a BibTeX reference
|
||||
|
Loading…
Reference in New Issue
Block a user