diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-22 11:19:07 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-22 12:32:13 +0200 |
commit | de50e2ad4cd62f83986af82002c83359a5b88d64 (patch) | |
tree | 57aecbaa53a0a07d23c7146998c19d688e6c129d /lisp/use-package/use-package-delight.el | |
parent | c966e7ec381fa32ad09dab4329d5ad27d87b5b98 (diff) | |
download | emacs-de50e2ad4cd62f83986af82002c83359a5b88d64.tar.gz emacs-de50e2ad4cd62f83986af82002c83359a5b88d64.tar.bz2 emacs-de50e2ad4cd62f83986af82002c83359a5b88d64.zip |
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.
Diffstat (limited to 'lisp/use-package/use-package-delight.el')
-rw-r--r-- | lisp/use-package/use-package-delight.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package-delight.el b/lisp/use-package/use-package-delight.el index 4f571cd3990..7c4cb3bfc4f 100644 --- a/lisp/use-package/use-package-delight.el +++ b/lisp/use-package/use-package-delight.el @@ -4,6 +4,7 @@ ;; Author: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com> +;; Package: use-package ;; This file is part of GNU Emacs. |