]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/cl-macs.el: Add cl-type pattern
authorAdam Porter <adam@alphapapa.net>
Mon, 9 Mar 2020 18:01:32 +0000 (13:01 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Jul 2021 21:23:32 +0000 (17:23 -0400)
commit44fe0043d3671676867f302865b15bc3d90217b9
tree5f607b6a8df7bd6e52021fe746fd76154810dfd0
parentd9bc7dbefd88995d04b9843f521d82118265fecf
* lisp/emacs-lisp/cl-macs.el: Add cl-type pattern

* lisp/emacs-lisp/cl-macs.el:
((pcase-defmacro type)): Add 'cl-type' pattern.

* test/lisp/emacs-lisp/pcase-tests.el (pcase-tests-cl-type): Add test.

* doc/lispref/control.texi (pcase Macro): Update manual.

With thanks to Stefan Monnier and Eli Zaretskii for their guidance.
doc/lispref/control.texi
etc/NEWS
lisp/emacs-lisp/cl-macs.el
test/lisp/emacs-lisp/pcase-tests.el