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/emacs-lisp | |
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/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/shorthands.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/shorthands.el b/lisp/emacs-lisp/shorthands.el index bb18ac33497..82200ab88e9 100644 --- a/lisp/emacs-lisp/shorthands.el +++ b/lisp/emacs-lisp/shorthands.el @@ -4,6 +4,7 @@ ;; Author: João Távora <joaotavora@gmail.com> ;; Keywords: lisp +;; Package: emacs ;; This file is part of GNU Emacs. |