emacs-devel
[Top][All Lists]
Advanced

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

Add autoload cookies in seq.el


From: Tino Calancha
Subject: Add autoload cookies in seq.el
Date: Fri, 20 May 2016 15:06:22 +0900 (JST)
User-agent: Alpine 2.20 (LRH 67 2015-01-07)


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.
For instance,
* lisp/subr.el (read-multiple-choice)
* lisp/ibuffer.el (define-ibuffer-column name)
(it may be more cases, i didn't look in detail).

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.



reply via email to

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