]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func.
authorGlenn Morris <rgm@gnu.org>
Sun, 4 Mar 2018 01:39:20 +0000 (17:39 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 4 Mar 2018 01:39:20 +0000 (17:39 -0800)
lisp/epa-mail.el

index 077666ac897a56207a1b7384ddb2fb3d18da80f4..c819f6734c7056b91cea97c635862cb4a3adbeaf 100644 (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))