]> git.eshelyaron.com Git - emacs.git/commit
Improve the seq pcase pattern and the `seq-let' macro
authorNicolas Petton <nicolas@petton.fr>
Tue, 12 May 2015 19:57:18 +0000 (21:57 +0200)
committerNicolas Petton <nicolas@petton.fr>
Tue, 12 May 2015 20:15:45 +0000 (22:15 +0200)
commitf9ba8dc074bf34d2b3d88df69ed19e9141368b81
tree2f5edb91806a8b66239b8a019784777d93dd7b45
parent4f5382c6e43cb67e0da7765056866745a2295698
Improve the seq pcase pattern and the `seq-let' macro

* lisp/emacs-lisp/seq.el: The pcase pattern now matches only if the
object is a sequence, and binds each element of ARGS to the
corresponding element of the sequence.
lisp/emacs-lisp/seq.el