emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add autoload cookies in seq.el


From: Nicolas Petton
Subject: Re: Add autoload cookies in seq.el
Date: Sun, 22 May 2016 21:54:33 +0200

Tino Calancha <address@hidden> writes:

> Hi Nico, i have performed an exhaustive search of files
> calling functons from seq.el without requiring it.
> Following is the result:
>
> * lisp/subr.el (read-multiple-choice): seq-position ; line 2314
> * lisp/ibuffer.el (define-ibuffer-column name): seq-position ; line 1746
> * lisp/emacs-lisp/find-func.el (find-library--from-load-path):
>    seq-filter ; line 223
> * lisp/image.el (image--get-image): seq-find ; line 980

Thanks, I fixed the missing dependencies to seq.el (except for the one
in subr.el).

I think we should move `read-multiple-choice' out of subr.el, or rewrite
it to remove the dependency to seq.el.

Cheers,
Nico

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]