aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2012-08-03 08:47:32 +0200
committerTassilo Horn2012-08-03 08:47:32 +0200
commitb9e74744d6f6a756efe2e944b3a427e28169ad16 (patch)
tree09cba9ab973e08ed09ef4c75af56330cfe0ffe03
parent41013cb444a24bf51cb1a6f4e96a01a28cdab91e (diff)
downloademacs-b9e74744d6f6a756efe2e944b3a427e28169ad16.tar.gz
emacs-b9e74744d6f6a756efe2e944b3a427e28169ad16.zip
* textmodes/reftex.el (reftex-compile-variables): Make keyvals
labels regex position point at the expected place.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/reftex.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0adcff8e477..8d449a05934 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-08-03 Tassilo Horn <tsdh@gnu.org>
2
3 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4 labels regex position point at the expected place.
5
12012-08-03 MON KEY <monkey@sandpframing.com> 62012-08-03 MON KEY <monkey@sandpframing.com>
2 7
3 * net/imap.el (imap-interactive-login, imap-authenticate) 8 * net/imap.el (imap-interactive-login, imap-authenticate)
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index ae2f8fb8ea2..d8afb3e5544 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -1291,7 +1291,7 @@ This enforces rescanning the buffer on next use."
1291 ;; keyvals [..., label = {foo}, ...] 1291 ;; keyvals [..., label = {foo}, ...]
1292 ;; forms used by ctable, listings, 1292 ;; forms used by ctable, listings,
1293 ;; minted, ... 1293 ;; minted, ...
1294 "\\[[^]]*label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?[^[]*\\]" 1294 "\\[[^]]*label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?"
1295 "\\)")) 1295 "\\)"))
1296 (include-re (concat wbol 1296 (include-re (concat wbol
1297 "\\\\\\(" 1297 "\\\\\\("