[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 350ea0c5f5 3/4: Fix typo in helm-epa-mode
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 350ea0c5f5 3/4: Fix typo in helm-epa-mode |
Date: |
Sat, 2 Sep 2023 03:59:20 -0400 (EDT) |
branch: elpa/helm
commit 350ea0c5f501d5071a7336a5fcda9dee0ddb7ae8
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Fix typo in helm-epa-mode
---
helm-epa.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-epa.el b/helm-epa.el
index 2358455dd8..f81adea172 100644
--- a/helm-epa.el
+++ b/helm-epa.el
@@ -145,7 +145,7 @@
(progn
(advice-add 'epa--select-keys :override #'helm-epa--select-keys)
(advice-add 'epa--read-signature-type :override
#'helm-epa--read-signature-type))
- (advice-remove 'epa-select-keys #'helm-epa--select-keys)
+ (advice-remove 'epa--select-keys #'helm-epa--select-keys)
(advice-remove 'epa--read-signature-type #'helm-epa--read-signature-type)))
(defun helm-epa-action-transformer (actions _candidate)