* lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func.
This commit is contained in:
parent
d3437eaf67
commit
1bc998f98f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue