emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 71a1f0fdc9e: Add more missing builtin package declarations


From: Stefan Kangas
Subject: emacs-29 71a1f0fdc9e: Add more missing builtin package declarations
Date: Sun, 17 Sep 2023 19:15:14 -0400 (EDT)

branch: emacs-29
commit 71a1f0fdc9e6ca83f6135493eccde214fc1a081e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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 <joaotavora@gmail.com>
 ;; 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. <philipk@posteo.net>
 ;; Keywords: PGP, GnuPG
+;; Package: epa
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]