X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/ed056315897c605ca3cb447b3ed10ce2d0c56f1f..e8db6cc6f717f5ebd92e17abb1c7931324b29fd8:/smtpmail-async.el diff --git a/smtpmail-async.el b/smtpmail-async.el index 5ac426d6c..6fcf287f4 100644 --- a/smtpmail-async.el +++ b/smtpmail-async.el @@ -1,4 +1,4 @@ -;;; 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-2016 Free Software Foundation, Inc. @@ -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)