From b2f20aa60b1997aa85949c529c2981bb978510a6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 10 Mar 2017 15:14:33 -0500 Subject: [PATCH] Small improvement for epa-display-error (bug#24553) * lisp/epa.el (epa-display-error): Report the actual program in use. --- lisp/epa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/epa.el b/lisp/epa.el index 4378c09738d..52963b6d3cd 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -628,7 +628,7 @@ If SECRET is non-nil, list secret keys instead of public keys." (`import-keys "Error while importing keys with \"%s\":") (`export-keys "Error while exporting keys with \"%s\":") (_ "Error while executing \"%s\":\n\n")) - epg-gpg-program) + (epg-context-program context)) "\n\n" (epg-context-error-output context))) (epa-info-mode) -- 2.39.5