From: Glenn Morris Date: Sun, 4 Mar 2018 01:39:20 +0000 (-0800) Subject: * lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func. X-Git-Tag: emacs-27.0.90~5559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bc998f98f937ee82e29d80e19fda7c32632501a;p=emacs.git * lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func. --- diff --git a/lisp/epa-mail.el b/lisp/epa-mail.el index 077666ac897..c819f6734c7 100644 --- a/lisp/epa-mail.el +++ b/lisp/epa-mail.el @@ -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))