emacs-devel
[Top][All Lists]
Advanced

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

Re: Preloading seq.el


From: Eli Zaretskii
Subject: Re: Preloading seq.el
Date: Sat, 31 Aug 2019 15:38:58 +0300

> Date: Sat, 31 Aug 2019 20:33:20 +0800
> From: Zhu Zihao <address@hidden>
> Cc: address@hidden
> 
> I also prefer preload cl-lib because it's widely used in Emacs builtin 
> package even whole
> emacsen. 
> 
> There's 377 references of "(require 'cl-lib)" in "lisp" folder of emacs source
> repository, but only 18 references to "(require 'seq)" 

Once again, the number of packages that require cl-lib is not an
important factor to consider when deciding whether to preload it.
Preloading a package has almost nothing to do with requiring it from
other packages, it has top do with its use in a fresh "emacs -Q".



reply via email to

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