diff options
| -rw-r--r-- | lisp/epa.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/epa.el b/lisp/epa.el index 5c237bca9b4..70f27e272fc 100644 --- a/lisp/epa.el +++ b/lisp/epa.el | |||
| @@ -701,6 +701,7 @@ If you do not specify PLAIN-FILE, this functions prompts for the value to use." | |||
| 701 | #'epa-progress-callback-function | 701 | #'epa-progress-callback-function |
| 702 | (format "Decrypting %s..." | 702 | (format "Decrypting %s..." |
| 703 | (file-name-nondirectory decrypt-file)))) | 703 | (file-name-nondirectory decrypt-file)))) |
| 704 | (setf (epg-context-pinentry-mode context) epa-pinentry-mode) | ||
| 704 | (message "Decrypting %s..." (file-name-nondirectory decrypt-file)) | 705 | (message "Decrypting %s..." (file-name-nondirectory decrypt-file)) |
| 705 | (condition-case error | 706 | (condition-case error |
| 706 | (epg-decrypt-file context decrypt-file plain-file) | 707 | (epg-decrypt-file context decrypt-file plain-file) |