diff options
Diffstat (limited to 'lisp/net/imap.el')
-rw-r--r-- | lisp/net/imap.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/imap.el b/lisp/net/imap.el index 8e41c68720b..85af73972fe 100644 --- a/lisp/net/imap.el +++ b/lisp/net/imap.el @@ -140,6 +140,7 @@ (eval-when-compile (require 'cl)) (eval-and-compile + (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))) (autoload 'starttls-open-stream "starttls") (autoload 'starttls-negotiate "starttls") (autoload 'sasl-find-mechanism "sasl") |