Small improvement for epa-display-error (bug#24553)
* lisp/epa.el (epa-display-error): Report the actual program in use.
This commit is contained in:
parent
ec168376d1
commit
b2f20aa60b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue