diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-29 14:14:08 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-29 14:14:08 -0400 |
commit | cbdc06f3be1fb1921454d15d5d9f48bef85cba9e (patch) | |
tree | eadcc7cd3232cc8f8ac5789d5ef48cc69796a19c /lisp/emacs-lisp/subr-x.el | |
parent | 8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff) | |
download | emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.bz2 emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.zip |
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
Diffstat (limited to 'lisp/emacs-lisp/subr-x.el')
-rw-r--r-- | lisp/emacs-lisp/subr-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index 062743a74f5..759760c7d62 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el @@ -159,7 +159,7 @@ to bind a single value, BINDINGS can just be a plain tuple." "Join all STRINGS using SEPARATOR." (mapconcat 'identity strings separator)) -(define-obsolete-function-alias 'string-reverse 'reverse "24.5") +(define-obsolete-function-alias 'string-reverse 'reverse "25.1") (defsubst string-trim-left (string) "Remove leading whitespace from STRING." |