emacs-devel
[Top][All Lists]
Advanced

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

Re: Howto fix: package autoload is deprecated


From: Stefan Monnier
Subject: Re: Howto fix: package autoload is deprecated
Date: Thu, 15 Sep 2022 13:16:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>> FWIW, I think the obsoletion(?) of `autoload.el` is a bit rash:
>> it breaks all existing packages which just called the (formerly)
>> autoloaded entry points without first doing (require 'autoload).
> Unless I missed something, all the previously ###;;;autoloaded entry
> points should still be available without doing that (see subr.el).

Hmm... indeed.  Sorry 'bout the noise.
Tho I wonder then if Raman's code could work "unchanged" by just
removing the explicit (require 'autoload).


        Stefan




reply via email to

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