(bibtex-reference-head): Allow whitespace after the open paren.
This commit is contained in:
parent
9f80907ace
commit
8798879498
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue