1
0
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:
Karl Heuer 1999-04-26 04:08:25 +00:00
parent d49a483500
commit 889c6ef5d9

View File

@ -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