changeset 24620:ea2988489a80

(bibtex-reference-head): Allow entries to start with a newline.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Apr 1999 04:08:25 +0000
parents 6057f7a48050
children 54ef2ebc8494
files lisp/textmodes/bibtex.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el	Tue Apr 13 04:57:18 1999 +0000
+++ b/lisp/textmodes/bibtex.el	Mon Apr 26 04:08:25 1999 +0000
@@ -1070,7 +1070,7 @@
 (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