diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-04 20:21:47 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-04 20:21:47 -0400 |
commit | 7ccf25770a600034881b19f6923882b0e06609b6 (patch) | |
tree | 0b8be3501439a0f118bff6a768ee14140cf24d9f /lisp/emacs-lisp/package.el | |
parent | b409dd36574ef13b87b82915828e9ffa400de04a (diff) | |
download | emacs-7ccf25770a600034881b19f6923882b0e06609b6.tar.gz emacs-7ccf25770a600034881b19f6923882b0e06609b6.tar.bz2 emacs-7ccf25770a600034881b19f6923882b0e06609b6.zip |
* lisp/allout.el (epg-user-id-string, epg-key-user-id-list):
* lisp/emacs-lisp/package.el (epg-signature-status):
Fix declarations.
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index ca185ac3fa5..7968ecde127 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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) |