mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
* lisp/allout.el (epg-user-id-string, epg-key-user-id-list):
* lisp/emacs-lisp/package.el (epg-signature-status): Fix declarations.
This commit is contained in:
parent
b409dd3657
commit
7ccf25770a
2 changed files with 3 additions and 3 deletions
|
|
@ -1079,7 +1079,7 @@ The return result is a `package-desc'."
|
|||
(declare-function epg-verify-string "epg" (context signature
|
||||
&optional signed-text))
|
||||
(declare-function epg-context-result-for "epg" (context name))
|
||||
(declare-function epg-signature-status "epg" (signature))
|
||||
(declare-function epg-signature-status "epg" (signature) t)
|
||||
(declare-function epg-signature-to-string "epg" (signature))
|
||||
|
||||
(defun package--display-verify-error (context sig-file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue