From 71a1f0fdc9e6ca83f6135493eccde214fc1a081e Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 18 Sep 2023 01:11:50 +0200 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp') 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. -- cgit v1.2.3