all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.