emacs-devel
[Top][All Lists]
Advanced

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

Removing `packages-fixes`


From: Stefan Monnier
Subject: Removing `packages-fixes`
Date: Sun, 15 Oct 2023 14:00:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

The GNU ELPA `package-fixes` says:

    ;; This package can be safely installed on Emacs >= 25, in which
    ;; case it does nothing.

and does it via:

    ;;; Emacs < 25
    (unless (fboundp 'package--list-loaded-files)

but `package--list-loaded-files` has been removed from recent
`package.el` so the above test makes the package not "do nothing" any
more on recent Emacsen.

Given that the package has never been released anyway, is it still of
use or should we just remove it like we did with W3?


        Stefan




reply via email to

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