aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-03-03 17:39:20 -0800
committerGlenn Morris2018-03-03 17:39:20 -0800
commit1bc998f98f937ee82e29d80e19fda7c32632501a (patch)
tree413d7aa0b0a132a8ffa168c2f2558fb260d98c01
parentd3437eaf6777a9660d19dbec084392e8134984b7 (diff)
downloademacs-1bc998f98f937ee82e29d80e19fda7c32632501a.tar.gz
emacs-1bc998f98f937ee82e29d80e19fda7c32632501a.zip
* lisp/epa-mail.el (epa-mail-default-recipients): Replace obsolete func.
-rw-r--r--lisp/epa-mail.el2
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. "
111 111
112(defun epa-mail-default-recipients () 112(defun epa-mail-default-recipients ()
113 "Return the default list of encryption recipients for a mail buffer." 113 "Return the default list of encryption recipients for a mail buffer."
114 (let ((config (epg-configuration)) 114 (let ((config (epg-find-configuration 'OpenPGP))
115 recipients-string real-recipients) 115 recipients-string real-recipients)
116 (save-excursion 116 (save-excursion
117 (goto-char (point-min)) 117 (goto-char (point-min))