1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

; * etc/NEWS: Add string-greaterp

This commit is contained in:
Nicolas Petton 2015-06-04 18:31:49 +02:00
parent 41a929c5ae
commit 015c89a912

View File

@ -870,7 +870,7 @@ evaluated (and should return a string) when the closure is built.
** define-inline provides a new way to define inlinable functions.
** New function macroexpand-1 to perform a single step of macroexpansion.
** New function `macroexpand-1' to perform a single step of macroexpansion.
** Some "x-*" were obsoleted:
*** x-select-text is renamed gui-select-text.
@ -880,6 +880,9 @@ evaluated (and should return a string) when the closure is built.
*** x-get-selection-value is renamed to gui-get-primary-selection.
*** x-set-selection is renamed to gui-set-selection
** New function `string-greaterp', which return the opposite result of
`string-lessp'.
** New function `alist-get', which is also a valid place (aka lvalue).
** New function `funcall-interactively', which works like `funcall'