auth-source.el: Revert last change
[gnus] / lisp / auth-source.el
index 6a8ec8c..e903f2f 100644 (file)
 (autoload 'plstore-save "plstore")
 (autoload 'plstore-get-file "plstore")
 
-(eval-and-compile
-  (autoload 'epg-make-context "epg")
-  (autoload 'epg-context-set-passphrase-callback "epg")
-  (autoload 'epg-decrypt-string "epg")
-  (autoload 'epg-encrypt-string "epg")
-  (autoload 'epg-context-set-armor "epg"))
+(autoload 'epg-make-context "epg")
+(autoload 'epg-context-set-passphrase-callback "epg")
+(autoload 'epg-decrypt-string "epg")
+(autoload 'epg-encrypt-string "epg")
+(autoload 'epg-context-set-armor "epg")
 
 (autoload 'help-mode "help-mode" nil t)