From 1bc998f98f937ee82e29d80e19fda7c32632501a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 3 Mar 2018 17:39:20 -0800 Subject: [PATCH] * lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func. --- lisp/epa-mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5