]> code.delx.au - gnu-emacs/commitdiff
Fix XEmacs version typo in comment and ChangeLog
authorTassilo Horn <tsdh@gnu.org>
Thu, 29 Jan 2015 19:28:16 +0000 (20:28 +0100)
committerTassilo Horn <tsdh@gnu.org>
Thu, 29 Jan 2015 19:28:16 +0000 (20:28 +0100)
lisp/ChangeLog
lisp/textmodes/reftex-vars.el

index 2811556c71cae998a193e24d035f8b5bc3039ee1..0d0f7aa2f9f13bae25e2fc6979f8ec57d713277d 100644 (file)
@@ -1,7 +1,7 @@
 2015-01-29  Tassilo Horn  <tsdh@gnu.org>
 
        * 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  <tsdh@gnu.org>
index 96d76fb011b9972671f173d8ba6b02606972a443..b471707e7ba3201bbe7b15864dfa72670ec4a02f 100644 (file)
@@ -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