mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(bibtex-reference-head): Allow entries to start with a newline.
This commit is contained in:
parent
d49a483500
commit
889c6ef5d9
@ -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…
Reference in New Issue
Block a user