(bibtex-reference-head): Allow entries to start with a newline.
This commit is contained in:
parent
d49a483500
commit
889c6ef5d9
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ the value of `bibtex-text-indentation', minus 2."
|
|||
(defconst bibtex-reference-head
|
||||
(concat "^[ \t]*\\("
|
||||
bibtex-reference-type
|
||||
"\\)[ \t]*[({][ \t]*\\("
|
||||
"\\)[ \t]*[({][ \t\n]*\\("
|
||||
bibtex-reference-key
|
||||
"\\)"))
|
||||
;; Regexp defining format of the header line of a BibTeX reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue