/[emacs]/emacs/lisp/language/ind-util.el
ViewVC logotype

Diff of /emacs/lisp/language/ind-util.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by rms, Sun Dec 16 03:43:49 2001 UTC revision 1.4 by monnier, Sun Dec 16 05:32:59 2001 UTC
# Line 200  FUNCTION will be called 15 times." Line 200  FUNCTION will be called 15 times."
200         (lambda (x)         (lambda (x)
201           (apply           (apply
202            'mapthread            'mapthread
203            (lambda (&rest y) (apply function x y))            `(lambda (&rest y) (apply ',function x y))
204            seqrest))            seqrest))
205         seq1)         seq1)
206    (mapcar function seq1)))    (mapcar function seq1)))

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26