No need to use eval-and-compile
* lisp/gnus/auth-source.el: Do require epg (when compiling) before autoload epg functions.
This commit is contained in:
parent
bf40ed21a0
commit
3768304c6a
1 changed files with 4 additions and 5 deletions
|
@ -63,12 +63,11 @@
|
|||
(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"))
|
||||
(eval-when-compile (require 'epg)) ;; setf-method for `epg-context-armor'
|
||||
(autoload 'epg-make-context "epg")
|
||||
(autoload 'epg-context-set-passphrase-callback "epg")
|
||||
(autoload 'epg-decrypt-string "epg")
|
||||
(autoload 'epg-encrypt-string "epg")
|
||||
|
||||
(autoload 'help-mode "help-mode" nil t)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue