From af4c60d3a9584e1a624f39e24743eaa59bc75eb5 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 12 Feb 2025 17:33:52 +0100 Subject: [PATCH] Mark package-x.el as obsolete * lisp/obsolete/package-x.el: Add "Obsolete-since" header. (Bug#76194) * doc/lispref/package.texi (Package Archives): Don't document package-x. (cherry picked from commit 5d4927192a23bceb1403bd0170d5b4849162262d) --- doc/lispref/package.texi | 6 ------ lisp/obsolete/package-x.el | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index 0d8dc6db0eb..fd64f89e531 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi @@ -333,12 +333,6 @@ and associated files, are stored. If you want the archive to be reachable via HTTP, this directory must be accessible to a web server; @xref{Archive Web Server}. - A convenient way to set up and update a package archive is via the -@code{package-x} library. This is included with Emacs, but not loaded -by default; type @kbd{M-x load-library @key{RET} package-x @key{RET}} to -load it, or add @code{(require 'package-x)} to your init file. -@xref{Lisp Libraries,, Lisp Libraries, emacs, The GNU Emacs Manual}. - @noindent After you create an archive, remember that it is not accessible in the Package Menu interface unless it is in @code{package-archives}. diff --git a/lisp/obsolete/package-x.el b/lisp/obsolete/package-x.el index 68a62df90f7..ff7d1022e4d 100644 --- a/lisp/obsolete/package-x.el +++ b/lisp/obsolete/package-x.el @@ -6,6 +6,7 @@ ;; Created: 10 Mar 2007 ;; Keywords: tools ;; Package: package +;; Obsolete-since: 31.1 ;; This file is part of GNU Emacs. -- 2.39.5