branch: master
commit 9f038b4cc8a372c2ea93466b36dbea5d09fc7f61
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* smtpmail-async.el: require message to shutup byte compiler.
---
smtpmail-async.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/smtpmail-async.el b/smtpmail-async.el
index d7a8fa6..f77ef5a 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -40,6 +40,7 @@
(require 'async)
(require 'smtpmail)
+(require 'message)
(defvar async-smtpmail-before-send-hook nil
"Hook running in the child emacs in `async-smtpmail-send-it'.