From 4b813f781e2659286008edefa9d3e9bd8946f7af Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 13 Sep 2021 11:59:56 +0200 Subject: [PATCH] Update some pcase NEWS tags for already-documented functions --- etc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 930b9799a93..dfbb7391180 100644 --- 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. -- 2.39.5