1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-13 01:20:28 -08:00

Rename 24.5 to 25.1

Except where we expect to backport the corresponding change.
This commit is contained in:
Stefan Monnier 2014-09-29 14:14:08 -04:00
parent 8f24b587c8
commit cbdc06f3be
34 changed files with 59 additions and 60 deletions

View file

@ -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."