* etc/NEWS: Mention the new pcase patterns seq' and map'.

This commit is contained in:
Nicolas Petton 2015-12-16 18:40:07 +01:00
parent 1399b26bc1
commit 1b5630eb47

View file

@ -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.