summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-29 06:21:48 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-29 06:21:48 +0000
commit32c5fc81b83a757adb1c5db90d4c0a508af01412 (patch)
tree067defcf6faa73990a36efdf023c3b7070e17e69 /lisp
parent26971a199604f8893a1f6fe4cc3f82e9f6366fc8 (diff)
downloademacs-32c5fc81b83a757adb1c5db90d4c0a508af01412.tar.gz
(bibtex-reference-head): Allow whitespace after the open paren.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 645cb1ceb67..ae9b0c42d76 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -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