Ensure bind-key is its own package

* lisp/finder.el (finder--builtins-alist): Remove "use-package"
directory.
* lisp/use-package/bind-key.el: Declare library as part of the
'bind-key' package.
* lisp/use-package/use-package-bind-key.el:
* lisp/use-package/use-package-core.el:
* lisp/use-package/use-package-delight.el:
* lisp/use-package/use-package-diminish.el:
* lisp/use-package/use-package-ensure-system-package.el:
* lisp/use-package/use-package-ensure.el:
* lisp/use-package/use-package-jump.el:
* lisp/use-package/use-package-lint.el: Declare library as part of the
'use-package' package.  (Bug#62751)

Do not merge to master.
This commit is contained in:
Stefan Kangas 2023-09-22 11:19:07 +02:00
parent c966e7ec38
commit de50e2ad4c
10 changed files with 9 additions and 1 deletions

View file

@ -166,7 +166,6 @@ would otherwise be.")
("org" . org) ("org" . org)
("srecode" . srecode) ("srecode" . srecode)
("term" . emacs) ("term" . emacs)
("use-package" . use-package)
("url" . url)) ("url" . url))
"Alist of built-in package directories. "Alist of built-in package directories.
Each element should have the form (DIR . PACKAGE), where DIR is a Each element should have the form (DIR . PACKAGE), where DIR is a

View file

@ -6,6 +6,7 @@
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Created: 16 Jun 2012 ;; Created: 16 Jun 2012
;; Version: 2.4.1 ;; Version: 2.4.1
;; Package: bind-key
;; Package-Requires: ((emacs "24.3")) ;; Package-Requires: ((emacs "24.3"))
;; Keywords: keys keybinding config dotemacs extensions ;; Keywords: keys keybinding config dotemacs extensions
;; URL: https://github.com/jwiegley/use-package ;; URL: https://github.com/jwiegley/use-package

View file

@ -4,6 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -4,6 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -4,6 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -4,6 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -8,6 +8,7 @@
;; Version: 0.2 ;; Version: 0.2
;; Package-Requires: ((use-package "2.1") (system-packages "1.0.4")) ;; Package-Requires: ((use-package "2.1") (system-packages "1.0.4"))
;; Filename: use-package-ensure-system-package.el ;; Filename: use-package-ensure-system-package.el
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -4,6 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -4,6 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -4,6 +4,7 @@
;; Author: John Wiegley <johnw@newartisans.com> ;; Author: John Wiegley <johnw@newartisans.com>
;; Maintainer: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com>
;; Package: use-package
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.