]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-reference-head): Allow entries to start with a newline.
authorKarl Heuer <kwzh@gnu.org>
Mon, 26 Apr 1999 04:08:25 +0000 (04:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 26 Apr 1999 04:08:25 +0000 (04:08 +0000)
lisp/textmodes/bibtex.el

index 2d9e6764c5e4237319ac67b647a28ff517240731..aae5d2cc3ae3c5c1b21f7ae819a07fffbcecf0d4 100644 (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