unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Removing `packages-fixes`
@ 2023-10-15 18:00 Stefan Monnier
  2023-10-22  8:53 ` Jonas Bernoulli
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2023-10-15 18:00 UTC (permalink / raw)
  To: Artur Malabarba; +Cc: emacs-devel

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-22 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-15 18:00 Removing `packages-fixes` Stefan Monnier
2023-10-22  8:53 ` Jonas Bernoulli
2023-10-22 15:20   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).