mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
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
@ -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…
Reference in New Issue
Block a user