]> code.delx.au - gnu-emacs-elpa/commitdiff
* smtpmail-async.el: require message to shutup byte compiler.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Fri, 12 Sep 2014 09:16:50 +0000 (13:16 +0400)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Fri, 12 Sep 2014 09:16:50 +0000 (13:16 +0400)
smtpmail-async.el

index d7a8fa6e08aeaba0a23ada15724bf2d78729ca1b..f77ef5a09544b00f71eb9aad65bb2a548613b9ca 100644 (file)
@@ -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'.