emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1bc998f: * lisp/epa-mail.el (epa-mail-default-recip


From: Glenn Morris
Subject: [Emacs-diffs] master 1bc998f: * lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func.
Date: Sat, 3 Mar 2018 20:40:13 -0500 (EST)

branch: master
commit 1bc998f98f937ee82e29d80e19fda7c32632501a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 077666a..c819f67 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]