Hi, I would like to provide a patch for a bug in epa-dired-do-decrypt introduced in commit ac653402cef42324ccecfca09690073232f74ba8 (git sha From git://git.savannah.gnu.org/emacs.git). The commit ac653402cef42324ccecfca09690073232f74ba8 added an argument to the function epa-decrypt-file so that the plain file was explicit and no more asked to the user. The epa-dired-do-decrypt function relied on this feature and now fails complaining that epa-decrypt-file is called with the wrong number of arguments. To reproduce the bug, have dired show a directory with a .gpg file in it and call epa-dired-do-decrypt with this file selected. I had epa-dired-do-decrypt to work like before the change by moving the code that computed the plain file into epa-dired-do-decrypt. Thanks for your attention.