emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 b28c979: Fix XEmacs version typo in comment and C


From: Tassilo Horn
Subject: [Emacs-diffs] emacs-24 b28c979: Fix XEmacs version typo in comment and ChangeLog
Date: Thu, 29 Jan 2015 19:28:51 +0000

branch: emacs-24
commit b28c97942e29eb193951e56b6b8c2b7f21763333
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Fix XEmacs version typo in comment and ChangeLog
---
 lisp/ChangeLog                |    2 +-
 lisp/textmodes/reftex-vars.el |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2811556..0d0f7aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
 2015-01-29  Tassilo Horn  <address@hidden>
 
        * 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  <address@hidden>
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 96d76fb..b471707 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



reply via email to

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