diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-03 17:39:20 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-03 17:39:20 -0800 |
commit | 1bc998f98f937ee82e29d80e19fda7c32632501a (patch) | |
tree | 413d7aa0b0a132a8ffa168c2f2558fb260d98c01 /lisp | |
parent | d3437eaf6777a9660d19dbec084392e8134984b7 (diff) | |
download | emacs-1bc998f98f937ee82e29d80e19fda7c32632501a.tar.gz |
* lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/epa-mail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |