diff options
| author | Nicolas Petton | 2015-06-04 18:31:49 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2015-06-04 18:31:49 +0200 |
| commit | 015c89a912f2486ec9ea24968705a84fe7d6fd06 (patch) | |
| tree | 35b4ed1682f8069650380726fd1cdb8852b12f18 | |
| parent | 41a929c5ae1110e39f94c018dc2b3e224e884f18 (diff) | |
| download | emacs-015c89a912f2486ec9ea24968705a84fe7d6fd06.tar.gz emacs-015c89a912f2486ec9ea24968705a84fe7d6fd06.zip | |
; * etc/NEWS: Add string-greaterp
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -870,7 +870,7 @@ evaluated (and should return a string) when the closure is built. | |||
| 870 | 870 | ||
| 871 | ** define-inline provides a new way to define inlinable functions. | 871 | ** define-inline provides a new way to define inlinable functions. |
| 872 | 872 | ||
| 873 | ** New function macroexpand-1 to perform a single step of macroexpansion. | 873 | ** New function `macroexpand-1' to perform a single step of macroexpansion. |
| 874 | 874 | ||
| 875 | ** Some "x-*" were obsoleted: | 875 | ** Some "x-*" were obsoleted: |
| 876 | *** x-select-text is renamed gui-select-text. | 876 | *** x-select-text is renamed gui-select-text. |
| @@ -880,6 +880,9 @@ evaluated (and should return a string) when the closure is built. | |||
| 880 | *** x-get-selection-value is renamed to gui-get-primary-selection. | 880 | *** x-get-selection-value is renamed to gui-get-primary-selection. |
| 881 | *** x-set-selection is renamed to gui-set-selection | 881 | *** x-set-selection is renamed to gui-set-selection |
| 882 | 882 | ||
| 883 | ** New function `string-greaterp', which return the opposite result of | ||
| 884 | `string-lessp'. | ||
| 885 | |||
| 883 | ** New function `alist-get', which is also a valid place (aka lvalue). | 886 | ** New function `alist-get', which is also a valid place (aka lvalue). |
| 884 | 887 | ||
| 885 | ** New function `funcall-interactively', which works like `funcall' | 888 | ** New function `funcall-interactively', which works like `funcall' |