aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/auth-source.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el
index 75e6d0499d0..8846c2f16c5 100644
--- a/lisp/gnus/auth-source.el
+++ b/lisp/gnus/auth-source.el
@@ -63,11 +63,12 @@
63(autoload 'plstore-save "plstore") 63(autoload 'plstore-save "plstore")
64(autoload 'plstore-get-file "plstore") 64(autoload 'plstore-get-file "plstore")
65 65
66(autoload 'epg-make-context "epg") 66(eval-and-compile
67(autoload 'epg-context-set-passphrase-callback "epg") 67 (autoload 'epg-make-context "epg")
68(autoload 'epg-decrypt-string "epg") 68 (autoload 'epg-context-set-passphrase-callback "epg")
69(autoload 'epg-context-set-armor "epg") 69 (autoload 'epg-decrypt-string "epg")
70(autoload 'epg-encrypt-string "epg") 70 (autoload 'epg-encrypt-string "epg"))
71(eval-when-compile (require 'epg)) ;; setf-method for `epg-context-armor'
71 72
72(autoload 'help-mode "help-mode" nil t) 73(autoload 'help-mode "help-mode" nil t)
73 74