* lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func.

This commit is contained in:
Glenn Morris 2018-03-03 17:39:20 -08:00
parent d3437eaf67
commit 1bc998f98f

View file

@ -111,7 +111,7 @@ If no one is selected, default secret key is used. "
(defun epa-mail-default-recipients ()
"Return the default list of encryption recipients for a mail buffer."
(let ((config (epg-configuration))
(let ((config (epg-find-configuration 'OpenPGP))
recipients-string real-recipients)
(save-excursion
(goto-char (point-min))