From: Stefan Kangas Date: Sun, 17 Sep 2023 23:11:50 +0000 (+0200) Subject: Add more missing builtin package declarations X-Git-Tag: emacs-29.1.90~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71a1f0fdc9e;p=emacs.git 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) --- 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.