emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 05c9861 103/187: * smtpmail-async.el (async-smtpmail-befor


From: Michael Albinus
Subject: [elpa] master 05c9861 103/187: * smtpmail-async.el (async-smtpmail-before-send-hook): Add docstring.
Date: Wed, 30 Dec 2015 11:49:57 +0000

branch: master
commit 05c9861c97fe917350d6feae8f1eee1d1c7523ae
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * smtpmail-async.el (async-smtpmail-before-send-hook): Add docstring.
---
 smtpmail-async.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/smtpmail-async.el b/smtpmail-async.el
index f71dcbe..3ed6041 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -41,7 +41,9 @@
 (require 'async)
 (require 'smtpmail)
 
-(defvar async-smtpmail-before-send-hook nil)
+(defvar async-smtpmail-before-send-hook nil
+  "Hook running in the child emacs in `async-smtpmail-send-it'.
+It is called just before calling `smtpmail-send-it'.")
 
 (defun async-smtpmail-send-it ()
   (let ((to          (message-field-value "To"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]