emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109239: Minor fix to my previous cha


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109239: Minor fix to my previous changes.
Date: Fri, 27 Jul 2012 19:58:58 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109239
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Fri 2012-07-27 19:58:58 +0200
message:
  Minor fix to my previous changes.
modified:
  lisp/textmodes/reftex.el
=== modified file 'lisp/textmodes/reftex.el'
--- a/lisp/textmodes/reftex.el  2012-07-27 07:59:50 +0000
+++ b/lisp/textmodes/reftex.el  2012-07-27 17:58:58 +0000
@@ -1320,7 +1320,7 @@
                     "\\)\\([[{][^]}]*[]}]\\)*[[{]\\(%s\\)[]}]"))
            (find-label-re-format
             (concat "\\("
-                   
"\\[[^]]*label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?[^[]*\\]"
+                   "label[[:space:]]*=[[:space:]]*"
                    "\\|"
                     (mapconcat 'regexp-quote (append '("\\label")
                                                      macros-with-labels) "\\|")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]