emacs-devel
[Top][All Lists]
Advanced

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

Re: master cf672c6: * lisp/emacs-lisp/package.el (package-activate-all):


From: Phillip Lord
Subject: Re: master cf672c6: * lisp/emacs-lisp/package.el (package-activate-all): Another tweak
Date: Sun, 17 Jan 2021 14:33:10 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux)


Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>>     * lisp/emacs-lisp/package.el (package-activate-all): Another tweak
>>>
>>>     `package-quickstart.el` files presume `package-activated-list`
>>>     is a bound variable, so make sure this is the case even when 
>>> `package.el` is
>>>     not yet loaded.
>>
>> I'm still getting
>>
>> In command-line:
>> startup.el:1233:28: Warning: reference to free variable `package-user-dir'
>> startup.el:1233:45: Warning: reference to free variable
>>     `package-directory-list'
>>
>> when building Emacs...
>
> Even after
>
>     (cd lisp; make autoloads)
>
> ??


I normally reset package-user-dir in my early-init.el. This seems to
have broken recently on master -- by the time init.el is run any changes
in early-init.el have been reverted.

Could these changes be related?

Phil



reply via email to

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