emacs-devel
[Top][All Lists]
Advanced

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

Re: master 3b8b549: emacs-lisp/package.el (package--incompatible-p): Che


From: samer
Subject: Re: master 3b8b549: emacs-lisp/package.el (package--incompatible-p): Check dependencies.
Date: Sat, 14 Feb 2015 00:17:44 -0800
User-agent: Roundcube Webmail/0.9.5

This commit breaks `package-initialize', because `package--initialized' is only set to t at the end of `package-initialize', but `package-initialize' calls `package-read-all-archive-contents', which calls `package--mapc', which calls `package-installed-p', which throws an error if `package--initialized' is nil. I don't know the intent of these changes well enough to suggest a fix.

-samer



reply via email to

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