From 71a1f0fdc9e6ca83f6135493eccde214fc1a081e Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 18 Sep 2023 01:11:50 +0200 Subject: [PATCH] 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) --- lisp/emacs-lisp/shorthands.el | 1 + lisp/epa-ks.el | 1 + 2 files changed, 2 insertions(+) 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 ;; Keywords: lisp +;; Package: emacs ;; This file is part of GNU Emacs. 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. ;; Keywords: PGP, GnuPG +;; Package: epa ;; This file is part of GNU Emacs. -- 2.39.2