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: Fri, 20 May 2016 10:26:00 +0200
User-agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/25.0.93.2 (x86_64-unknown-linux-gnu)

Tino Calancha <address@hidden> writes:

> Hi,
>
> lisp/emacs-lisp/seq.el
> lack of autoload cookies.
>
> I see in the master branch that some files are starting
> to use funtions from this library.

seq.el being a library with very few private functions, pretty much all
functions would have to be autoloaded then.

> We should:
> I) Add autoload cookies for the most useful functions
>     defined in seq.el (as it was done in cl-seq).
> II) Or add (require 'seq) in those files using such functions.

Where did you see usages of seq.el without a `require'?

Nico

Attachment: signature.asc
Description: PGP signature


reply via email to

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