aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-03-10 15:14:33 -0500
committerGlenn Morris2017-03-10 15:14:33 -0500
commitb2f20aa60b1997aa85949c529c2981bb978510a6 (patch)
tree61d8e81b7f1091793c083f066c7a1f85e6a044e8
parentec168376d1d961be9adceaafcbff04d5b2b0a492 (diff)
downloademacs-b2f20aa60b1997aa85949c529c2981bb978510a6.tar.gz
emacs-b2f20aa60b1997aa85949c529c2981bb978510a6.zip
Small improvement for epa-display-error (bug#24553)
* lisp/epa.el (epa-display-error): Report the actual program in use.
-rw-r--r--lisp/epa.el2
1 files changed, 1 insertions, 1 deletions
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."
628 (`import-keys "Error while importing keys with \"%s\":") 628 (`import-keys "Error while importing keys with \"%s\":")
629 (`export-keys "Error while exporting keys with \"%s\":") 629 (`export-keys "Error while exporting keys with \"%s\":")
630 (_ "Error while executing \"%s\":\n\n")) 630 (_ "Error while executing \"%s\":\n\n"))
631 epg-gpg-program) 631 (epg-context-program context))
632 "\n\n" 632 "\n\n"
633 (epg-context-error-output context))) 633 (epg-context-error-output context)))
634 (epa-info-mode) 634 (epa-info-mode)