From: Tassilo Horn Date: Fri, 27 Jul 2012 17:58:58 +0000 (+0200) Subject: Minor fix to my previous changes. X-Git-Tag: emacs-24.2.90~1050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc436baac4522c48cd083a20f9e6a653f58e331f;p=emacs.git Minor fix to my previous changes. --- diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index c2270323843..ae2f8fb8ea2 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -1320,7 +1320,7 @@ This enforces rescanning the buffer on next use." "\\)\\([[{][^]}]*[]}]\\)*[[{]\\(%s\\)[]}]")) (find-label-re-format (concat "\\(" - "\\[[^]]*label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?[^[]*\\]" + "label[[:space:]]*=[[:space:]]*" "\\|" (mapconcat 'regexp-quote (append '("\\label") macros-with-labels) "\\|")