From: Tassilo Horn Date: Thu, 29 Jan 2015 19:28:16 +0000 (+0100) Subject: Fix XEmacs version typo in comment and ChangeLog X-Git-Tag: emacs-24.4.90~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b28c979;p=emacs.git Fix XEmacs version typo in comment and ChangeLog --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2811556c71c..0d0f7aa2f9f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2015-01-29 Tassilo Horn * textmodes/reftex-vars.el (featurep): Conditionalize value of - reftex-label-regexps in order to stay compatible with XEmacs 25 + reftex-label-regexps in order to stay compatible with XEmacs 21.5 which has no explicitly numbered groups in regexps (bug#19714). 2015-01-28 Tassilo Horn 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." (option (boolean :tag "Downcase words ")))) (if (featurep 'xemacs) - ;; XEmacs 25 doesn't have explicitly numbered matching groups, so - ;; this list mustn't get any more items. + ;; XEmacs 21.5 doesn't have explicitly numbered matching groups, + ;; so this list mustn't get any more items. (defconst reftex-label-regexps '("\\\\label{\\([^}]*\\)}")) (defcustom reftex-label-regexps '(;; Normal \\label{foo} labels