mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 18:00:11 +00:00
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
This commit is contained in:
parent
8f24b587c8
commit
cbdc06f3be
34 changed files with 59 additions and 60 deletions
|
@ -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.
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue