]> code.delx.au - gnu-emacs/commitdiff
* etc/NEWS: Mention the new pcase patterns `seq' and `map'.
authorNicolas Petton <nicolas@petton.fr>
Wed, 16 Dec 2015 17:40:07 +0000 (18:40 +0100)
committerNicolas Petton <nicolas@petton.fr>
Wed, 16 Dec 2015 17:41:53 +0000 (18:41 +0100)
etc/NEWS

index 2788f5c4a175406b2e47b185afb0a5ce3c6ce736..85002c865f3a56020662fa1b8d501bd5fffd4693 100644 (file)
--- 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.