Fix XEmacs version typo in comment and ChangeLog
This commit is contained in:
parent
989fb32064
commit
b28c97942e
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue