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

@ -88,7 +88,7 @@ has no effect, unless the function handles it explicitly."
(function-item downcase)
function)
:group 'eldoc)
(make-obsolete-variable 'eldoc-argument-case nil "24.5")
(make-obsolete-variable 'eldoc-argument-case nil "25.1")
(defcustom eldoc-echo-area-use-multiline-p 'truncate-sym-name-if-fit
"Allow long ElDoc messages to resize echo area display.

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