mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 19:00:55 -08:00
(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
|
(defconst bibtex-reference-head
|
||||||
(concat "^[ \t]*\\("
|
(concat "^[ \t]*\\("
|
||||||
bibtex-reference-type
|
bibtex-reference-type
|
||||||
"\\)[ \t]*[({][ \t]*\\("
|
"\\)[ \t]*[({][ \t\n]*\\("
|
||||||
bibtex-reference-key
|
bibtex-reference-key
|
||||||
"\\)"))
|
"\\)"))
|
||||||
;; Regexp defining format of the header line of a BibTeX reference
|
;; Regexp defining format of the header line of a BibTeX reference
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue