]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix regex matching keyval labels
authorTassilo Horn <tsdh@gnu.org>
Sun, 13 Dec 2015 16:35:40 +0000 (17:35 +0100)
committerTassilo Horn <tsdh@gnu.org>
Sun, 13 Dec 2015 16:37:07 +0000 (17:37 +0100)
* lisp/textmodes/reftex-vars.el (reftex-label-regexps): Fix regexp
matching keyval labels.

lisp/textmodes/reftex-vars.el

index 3f7a6f34dc6acbd275372626eddc1221a6e5a482..5683e62493a914f72387efe8a813376b7bd12e22 100644 (file)
@@ -877,7 +877,7 @@ DOWNCASE    t:   Downcase words before using them."
       "\\\\label{\\(?1:[^}]*\\)}"
       ;; keyvals [..., label = {foo}, ...] forms used by ctable,
       ;; listings, minted, ...
-      "\\[[^[]]*\\<label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?")
+      "\\[[^][]*\\<label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?")
     "List of regexps matching \\label definitions.
 The default value matches usual \\label{...} definitions and
 keyval style [..., label = {...}, ...] label definitions.  It is