summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2015-12-16 18:40:07 +0100
committerNicolas Petton <nicolas@petton.fr>2015-12-16 18:41:53 +0100
commit1b5630eb47d3f4bade09708c958ab006b83b3fc0 (patch)
treecd4e353404cda2a2d369b44252e2c7a228677f67 /etc/NEWS
parent1399b26bc1e0aaa9f5e2a2671938c5e6b9437c79 (diff)
downloademacs-1b5630eb47d3f4bade09708c958ab006b83b3fc0.tar.gz
* etc/NEWS: Mention the new pcase patterns `seq' and `map'.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2788f5c4a17..85002c865f3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1162,7 +1162,7 @@ that happen, `unhandled-file-name-directory' now defaults to calling
* Lisp Changes in Emacs 25.1
** pcase
-*** New UPatterns `quote', `app', `cl-struct', and `eieio'.
+*** New UPatterns `quote', `app', `cl-struct', `eieio', `seq', and `map'.
*** New UPatterns can be defined with `pcase-defmacro'.
+++
*** New vector QPattern.