From: Nicolas Petton Date: Wed, 16 Dec 2015 17:40:07 +0000 (+0100) Subject: * etc/NEWS: Mention the new pcase patterns `seq' and `map'. X-Git-Tag: emacs-25.0.90~455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b5630eb47d3f4bade09708c958ab006b83b3fc0;p=emacs.git * etc/NEWS: Mention the new pcase patterns `seq' and `map'. --- 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.