Skip to content

Commit

Permalink
chg: rename to -interleave-all
Browse files Browse the repository at this point in the history
  • Loading branch information
hrehfeld authored and basil-conto committed Jun 7, 2022
1 parent ae673df commit 700ee3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash.el
Expand Up @@ -1594,7 +1594,7 @@ elements of LIST. Keys are compared by `equal'."
(setq lists (-map 'cdr lists)))
(nreverse result))))

(defun -interleave-any (&rest lists)
(defun -interleave-all (&rest lists)
"Return a new list of the first item in each of `lists', then the
second etc. Continue interleaving all elements of all lists by
skipping the non-existing elements of short lists."
Expand Down

0 comments on commit 700ee3d

Please sign in to comment.