emacs-devel
[Top][All Lists]
Advanced

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

Re: Reworking loaddefs.el generation


From: Lars Ingebrigtsen
Subject: Re: Reworking loaddefs.el generation
Date: Thu, 02 Jun 2022 11:14:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> However slow file-newer-than-file-p is here, it didn't become slower
> since these changes were done.  Before those changes, I was used to
> see the same as you see now: just two lines with no percents.  So
> something did change that made the process slower, at least on this
> machine.

Yeah, I guess using file-newer-than-file-p is (as it usually is) a bad
choice here.  I've now switched to time-less-p, like autoload.el uses.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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