New macro seq-let, providing destructuring support to seq.el
commitc856843f6b83d4578e7fab3d9821802f2a542540
authorNicolas Petton <nicolas@petton.fr>
Fri, 1 May 2015 17:30:56 +0000 (1 19:30 +0200)
committerNicolas Petton <nicolas@petton.fr>
Fri, 1 May 2015 17:33:40 +0000 (1 19:33 +0200)
tree4e4e2f43fb72bc7a83ff9c1b283d8048fa7a2579
parentb0481de73be9fb7c4839340de2b494f19041130a
New macro seq-let, providing destructuring support to seq.el

* lisp/emacs-lisp/seq.el (seq-let): New macro.  `seq-let' is similar
to `cl-destructuring-bind' but works on all sequence types supported
by `seq.el'.  Bump version number to 1.6.
* test/automated/seq-tests.el: Add tests for seq-let.
* doc/lispref/sequences.texi: Add documentation for seq-let.
doc/lispref/sequences.texi
lisp/emacs-lisp/seq.el
test/automated/seq-tests.el