[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autloading seq.el functions
From: |
Stefan Monnier |
Subject: |
Re: Autloading seq.el functions |
Date: |
Sun, 27 Oct 2019 13:26:01 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>> Sorry, I've added two more autoloads to seq.el required by the new command
>> in the preloaded tab-bar.
> That's okay, nothing to be sorry about.
Indeed. It just shows there's a need to preload seq.el.
FWIW, I just changed the direction of dependency between seq.el and
cl-lib so we should now be able to preload seq.el without having to also
preload cl-lib (or anything else for that matter, AFAICT).
Stefan