summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2020-11-06 14:44:26 +0100
committerThierry Volpiatto <thievol@posteo.net>2020-11-06 14:44:26 +0100
commit742dffe88e4b44cccb7ce5fd81761a3ab117d819 (patch)
tree1582d9c0b9fa8df180a605088268519612b648c3
parent959894cd6605891684bd9df8136f3592bf066ede (diff)
Declare epg-delete-keys
-rw-r--r--helm-misc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-misc.el b/helm-misc.el
index dcced2c6..9801c1e5 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -346,6 +346,7 @@ Default action change TZ environment variable locally to emacs."
(declare-function epg-export-keys-to-string "epg")
(declare-function epg-context-armor "epg")
(declare-function epg-context-set-armor "epg")
+(declare-function epg-delete-keys "epg")
(defvar helm-epa--list-only-secrets nil
"[INTERNAL] Used to pass MODE argument to `epg-list-keys'.")