Re: Has lexical binding declaration format changed in Emacs 30 or 31?
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
> I'm now wondering why the compilations generate the "Skipping update:...." > message.... IIRC it's because the package tries to upgrade your keys as part of the package installation (rather than only later such as on the next startup) and I guess that means it does it during the compilation that occurs during installation (there is no direct "hook" we can use to run something during installation, so it's common to use the compilation step for that instead). === Stefan