X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/3248303ecf596dcf42aaaed1ba22ee7e114975b4..0b8fbed11210331e39f1f7049dcc3490d11dce71:/smtpmail-async.el diff --git a/smtpmail-async.el b/smtpmail-async.el index 99c4017b0..6fcf287f4 100644 --- a/smtpmail-async.el +++ b/smtpmail-async.el @@ -1,6 +1,6 @@ -;;; smtpmail-async.el --- Send e-mail with smtpmail.el asynchronously +;;; smtpmail-async.el --- Send e-mail with smtpmail.el asynchronously -*- lexical-binding: t -*- -;; Copyright (C) 2012~2014 John Wiegley +;; Copyright (C) 2012-2016 Free Software Foundation, Inc. ;; Author: John Wiegley ;; Created: 18 Jun 2012 @@ -65,8 +65,8 @@ It is called just before calling `smtpmail-send-it'.") nil "\\`\\(mail-header-format-function\\|smtpmail-address-buffer\\|mail-mode-abbrev-table\\)") (run-hooks 'async-smtpmail-before-send-hook) (smtpmail-send-it))) - `(lambda (&optional ignore) - (message "Delivering message to %s...done" ,to))))) + (lambda (&optional _ignore) + (message "Delivering message to %s...done" to))))) (provide 'smtpmail-async)