]> git.eshelyaron.com Git - emacs.git/commit
Add missing builtin package declarations
authorStefan Kangas <stefankangas@gmail.com>
Sat, 16 Sep 2023 12:34:20 +0000 (14:34 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 16 Sep 2023 12:36:24 +0000 (14:36 +0200)
commit94b1de2774b5c1fa3c28285229900657638f5c3f
treebd2eca348b3300651f80b929ed492f8031629d25
parent302bc23f7cb9fbde7f225650d833e1c09da97338
Add missing builtin package declarations

* lisp/finder.el (finder--builtins-alist): Add new package
directories 'leim' and 'obsolete' as part of the 'emacs' package.
Add new package directory 'use-package' as part of the
'use-package' package.
* lisp/net/eudc-capf.el:
* lisp/net/eudcb-ecomplete.el:
* lisp/net/eudcb-macos-contacts.el:
* lisp/net/eudcb-mailabbrev.el: Declare library as part of the
'eudc' package.
* lisp/mail/ietf-drums-date.el: Declare library as part of the
'ietf-drums' package.
* lisp/image/image-dired-dired.el:
* lisp/image/image-dired-external.el:
* lisp/image/image-dired-tags.el:
* lisp/image/image-dired-util.el: Declare library as part of the
'image-dired' package.
* lisp/emacs-lisp/oclosure.el:
* lisp/keymap.el:
* lisp/progmodes/c-ts-common.el: Declare library as part of the
'emacs' package.  (Bug#62751)
13 files changed:
lisp/emacs-lisp/oclosure.el
lisp/finder.el
lisp/image/image-dired-dired.el
lisp/image/image-dired-external.el
lisp/image/image-dired-tags.el
lisp/image/image-dired-util.el
lisp/keymap.el
lisp/mail/ietf-drums-date.el
lisp/net/eudc-capf.el
lisp/net/eudcb-ecomplete.el
lisp/net/eudcb-macos-contacts.el
lisp/net/eudcb-mailabbrev.el
lisp/progmodes/c-ts-common.el