diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-18 01:11:50 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-18 01:14:01 +0200 |
commit | 71a1f0fdc9e6ca83f6135493eccde214fc1a081e (patch) | |
tree | fa9d2c8cb11c32ffacdc639c417bc378654973b3 /lisp/epa-ks.el | |
parent | 94705f830050d212f95d9fd6142ec93be17f4024 (diff) | |
download | emacs-71a1f0fdc9e6ca83f6135493eccde214fc1a081e.tar.gz emacs-71a1f0fdc9e6ca83f6135493eccde214fc1a081e.tar.bz2 emacs-71a1f0fdc9e6ca83f6135493eccde214fc1a081e.zip |
Add more missing builtin package declarations
* lisp/emacs-lisp/shorthands.el: Declare library as part of the
'emacs' package.
* lisp/epa-ks.el: Declare library as part of the 'epa'
package. (Bug#55388)
Diffstat (limited to 'lisp/epa-ks.el')
-rw-r--r-- | lisp/epa-ks.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/epa-ks.el b/lisp/epa-ks.el index 015bf910ac6..3dbce0259b3 100644 --- a/lisp/epa-ks.el +++ b/lisp/epa-ks.el @@ -4,6 +4,7 @@ ;; Author: Philip K. <philipk@posteo.net> ;; Keywords: PGP, GnuPG +;; Package: epa ;; This file is part of GNU Emacs. |