Add support for `quote' and `app'.
commit13b1840d23f1f214bec11a3c6823d675cbd82f28
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Sep 2014 14:30:47 +0000 (22 10:30 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Sep 2014 14:30:47 +0000 (22 10:30 -0400)
treee36cb433377e8d8aa9d4cfd5b1de8fee0795169e
parent601a0cfe861eac8ed706a2bb3380c5788a1ef701
Add support for `quote' and `app'.
* lisp/emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
New optimization functions.
(pcase--u1): Add support for `quote' and `app'.
(pcase): Document them in the docstring.
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/pcase.el
test/automated/pcase-tests.el [new file with mode: 0644]