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/etc/NEWS b/etc/NEWS index 53bc6ff2aaa..ac26b595339 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1130,6 +1130,9 @@ will not prompt the user for confirmation before installing packages. Refreshing the package index will no longer block when invoked interactively. ++++ +*** package-x.el is now obsolete. + ** Xref --- 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.