aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2015-01-29 20:28:16 +0100
committerTassilo Horn2015-01-29 20:28:16 +0100
commitb28c97942e29eb193951e56b6b8c2b7f21763333 (patch)
treec876d1801dd1dbc0a9129bd67cd50ca6f2171bdf
parent989fb32064c890dd6df4aa77da5394e655af6f51 (diff)
downloademacs-b28c97942e29eb193951e56b6b8c2b7f21763333.tar.gz
emacs-b28c97942e29eb193951e56b6b8c2b7f21763333.zip
Fix XEmacs version typo in comment and ChangeLog
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/textmodes/reftex-vars.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2811556c71c..0d0f7aa2f9f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
12015-01-29 Tassilo Horn <tsdh@gnu.org> 12015-01-29 Tassilo Horn <tsdh@gnu.org>
2 2
3 * textmodes/reftex-vars.el (featurep): Conditionalize value of 3 * textmodes/reftex-vars.el (featurep): Conditionalize value of
4 reftex-label-regexps in order to stay compatible with XEmacs 25 4 reftex-label-regexps in order to stay compatible with XEmacs 21.5
5 which has no explicitly numbered groups in regexps (bug#19714). 5 which has no explicitly numbered groups in regexps (bug#19714).
6 6
72015-01-28 Tassilo Horn <tsdh@gnu.org> 72015-01-28 Tassilo Horn <tsdh@gnu.org>
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 96d76fb011b..b471707e7ba 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -867,8 +867,8 @@ DOWNCASE t: Downcase words before using them."
867 (option (boolean :tag "Downcase words ")))) 867 (option (boolean :tag "Downcase words "))))
868 868
869(if (featurep 'xemacs) 869(if (featurep 'xemacs)
870 ;; XEmacs 25 doesn't have explicitly numbered matching groups, so 870 ;; XEmacs 21.5 doesn't have explicitly numbered matching groups,
871 ;; this list mustn't get any more items. 871 ;; so this list mustn't get any more items.
872 (defconst reftex-label-regexps '("\\\\label{\\([^}]*\\)}")) 872 (defconst reftex-label-regexps '("\\\\label{\\([^}]*\\)}"))
873 (defcustom reftex-label-regexps 873 (defcustom reftex-label-regexps
874 '(;; Normal \\label{foo} labels 874 '(;; Normal \\label{foo} labels