bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16313: 24.3; package-delete does not update package-alist


From: Bastien Guerry
Subject: bug#16313: 24.3; package-delete does not update package-alist
Date: Tue, 07 Jan 2014 11:57:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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

> The package-delete code in Emacs's trunk includes:
>
>       ;; Update package-alist.
>       (let* ((name (package-desc-name pkg-desc)))
>         (delete pkg-desc (assq name package-alist)))
>
> So I suspect that this bug is already fixed in the trunk.
> Can you check that it's indeed the case?

I just checked, this is the case.

Still, package-delete did not cleanly delete the package from
package-alist, only its description.

I pushed a fix to cleanly remove the package occurrence.

Closing this bug.







reply via email to

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