emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b2f20aa: Small improvement for epa-display-error (b


From: Glenn Morris
Subject: [Emacs-diffs] master b2f20aa: Small improvement for epa-display-error (bug#24553)
Date: Fri, 10 Mar 2017 15:14:49 -0500 (EST)

branch: master
commit b2f20aa60b1997aa85949c529c2981bb978510a6
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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 4378c09..52963b6 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]