(bibtex-reference-head): Allow whitespace after the open paren.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Jun 1996 06:21:48 +0000 (06:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Jun 1996 06:21:48 +0000 (06:21 +0000)
lisp/textmodes/bibtex.el

index 645cb1c..ae9b0c4 100644 (file)
@@ -695,7 +695,7 @@ See the documentation of function bibtex-generate-autokey for further detail.")
 (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