diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2014-08-29 16:23:30 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2014-08-29 16:23:30 +0400 |
commit | 69149b6cc38977bc2584541f745334d1e5b0f3dc (patch) | |
tree | 33deb56521a13619bacba43c6108a094901e12ab | |
parent | dd958fb246a13c024ce58415c3de99f4390bcd77 (diff) | |
download | emacs-69149b6cc38977bc2584541f745334d1e5b0f3dc.tar.gz |
* NEWS: Mention that `sort' can handle vectors.
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4a79ec47a4b..4968d8d7203 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-29 Dmitry Antipov <dmantipov@yandex.ru> + + * NEWS: Mention that `sort' can handle vectors. + 2014-08-28 Glenn Morris <rgm@gnu.org> * emacs.appdata.xml: New file; description from Emacs's homepage. @@ -205,6 +205,8 @@ permissions set to temporary values (e.g., for creating private files). ** Functions `rmail-delete-forward' and `rmail-delete-backward' take an optional repeat-count argument. +** Function `sort' can deal with vectors. + --- ** New utilities in subr-x.el: *** New macros `if-let' and `when-let' allow defining bindings and to |