diff lisp/textmodes/bibtex.el @ 15565:2a0d1c1d2746

(bibtex-reference-head): Allow whitespace after the open paren.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Jun 1996 06:21:48 +0000
parents d68b71228abd
children 405b1ecbf8ba
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el	Sat Jun 29 06:21:17 1996 +0000
+++ b/lisp/textmodes/bibtex.el	Sat Jun 29 06:21:48 1996 +0000
@@ -695,7 +695,7 @@
 (defconst bibtex-reference-head
   (concat "^\\( \\|\t\\)*\\("
 	  bibtex-reference-type
-	  "\\)[ \t]*[({]\\("
+	  "\\)[ \t]*[({][ \t]*\\("
 	  bibtex-reference-key
 	  "\\)"))
 ;; Regexp defining format of the header line of a BibTeX reference