projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a9f75
)
Update some pcase NEWS tags for already-documented functions
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 13 Sep 2021 09:59:56 +0000
(11:59 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 13 Sep 2021 09:59:56 +0000
(11:59 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 930b9799a9396dcda6f72a580fef4341eb75a4f0..dfbb7391180044d8768126fedaf747ec04425edb 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-3526,11
+3526,13
@@
in better code.
---
*** New function 'pcase-compile-patterns' to write other macros.
++++
*** Added 'cl-type' pattern.
The new 'cl-type' pattern compares types using 'cl-typep', which allows
comparing simple types like '(cl-type integer)', as well as forms like
'(cl-type (integer 0 10))'.
++++
*** New macro 'pcase-setq'.
This macro is the 'setq' equivalent of 'pcase-let', which allows for
destructuring patterns in a 'setq' form.