mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-11 10:20:33 -08:00
(mapthread): Make a closure.
This commit is contained in:
parent
39af220ea3
commit
da490c954e
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* language/ind-util.el (mapthread): Make a closure.
|
||||
|
||||
2001-12-15 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* isearch.el (isearch-start-hscroll): New variable.
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ FUNCTION will be called 15 times."
|
|||
(lambda (x)
|
||||
(apply
|
||||
'mapthread
|
||||
(lambda (&rest y) (apply function x y))
|
||||
`(lambda (&rest y) (apply ',function x y))
|
||||
seqrest))
|
||||
seq1)
|
||||
(mapcar function seq1)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue