aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Antipov2014-08-29 16:23:30 +0400
committerDmitry Antipov2014-08-29 16:23:30 +0400
commit69149b6cc38977bc2584541f745334d1e5b0f3dc (patch)
tree33deb56521a13619bacba43c6108a094901e12ab
parentdd958fb246a13c024ce58415c3de99f4390bcd77 (diff)
downloademacs-69149b6cc38977bc2584541f745334d1e5b0f3dc.tar.gz
emacs-69149b6cc38977bc2584541f745334d1e5b0f3dc.zip
* NEWS: Mention that `sort' can handle vectors.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
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 @@
12014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * NEWS: Mention that `sort' can handle vectors.
4
12014-08-28 Glenn Morris <rgm@gnu.org> 52014-08-28 Glenn Morris <rgm@gnu.org>
2 6
3 * emacs.appdata.xml: New file; description from Emacs's homepage. 7 * emacs.appdata.xml: New file; description from Emacs's homepage.
diff --git a/etc/NEWS b/etc/NEWS
index afdaf1a2a3d..47ad2b91ebd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -205,6 +205,8 @@ permissions set to temporary values (e.g., for creating private files).
205** Functions `rmail-delete-forward' and `rmail-delete-backward' take an 205** Functions `rmail-delete-forward' and `rmail-delete-backward' take an
206optional repeat-count argument. 206optional repeat-count argument.
207 207
208** Function `sort' can deal with vectors.
209
208--- 210---
209** New utilities in subr-x.el: 211** New utilities in subr-x.el:
210*** New macros `if-let' and `when-let' allow defining bindings and to 212*** New macros `if-let' and `when-let' allow defining bindings and to