X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/6e29e825fc44a57f98cc988880498f3af6c34014..af8933de25fda0be467055eaf83611acfce27c0b:/smtpmail-async.el diff --git a/smtpmail-async.el b/smtpmail-async.el index 0a65a98a3..6fcf287f4 100644 --- a/smtpmail-async.el +++ b/smtpmail-async.el @@ -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)