]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark package-x.el as obsolete
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Feb 2025 16:33:52 +0000 (17:33 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 13 Feb 2025 11:51:20 +0000 (12:51 +0100)
* 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
lisp/obsolete/package-x.el

index 0d8dc6db0ebefe58cad690fe71e7a4627ae335ba..fd64f89e5316df77f85628ad6d33e3789f1c89dc 100644 (file)
@@ -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}.
index 68a62df90f7b21f7d1645723fc69005d2299e154..ff7d1022e4dd32dbfd1beafe08bde23f064bcd58 100644 (file)
@@ -6,6 +6,7 @@
 ;; Created: 10 Mar 2007
 ;; Keywords: tools
 ;; Package: package
+;; Obsolete-since: 31.1
 
 ;; This file is part of GNU Emacs.