diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-16 14:34:20 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-18 01:55:28 +0200 |
commit | 9aab258b80af29865a89ef3e7615251bc250358e (patch) | |
tree | b2182c4a7fefe4c09f116620b4373d1a21d698e6 /lisp/image/image-dired-util.el | |
parent | 71a1f0fdc9e6ca83f6135493eccde214fc1a081e (diff) | |
download | emacs-9aab258b80af29865a89ef3e7615251bc250358e.tar.gz emacs-9aab258b80af29865a89ef3e7615251bc250358e.tar.bz2 emacs-9aab258b80af29865a89ef3e7615251bc250358e.zip |
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)
(cherry picked from commit 94b1de2774b5c1fa3c28285229900657638f5c3f)
Diffstat (limited to 'lisp/image/image-dired-util.el')
-rw-r--r-- | lisp/image/image-dired-util.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/image/image-dired-util.el b/lisp/image/image-dired-util.el index a80b3afc0f3..a006aa40305 100644 --- a/lisp/image/image-dired-util.el +++ b/lisp/image/image-dired-util.el @@ -4,6 +4,7 @@ ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com> ;; Maintainer: Stefan Kangas <stefankangas@gmail.com> +;; Package: image-dired ;; This file is part of GNU Emacs. |