]> code.delx.au - gnu-emacs-elpa/blobdiff - smtpmail-async.el
Unquote all callbacks.
[gnu-emacs-elpa] / smtpmail-async.el
index 0a65a98a36d200b9902303a27666c86cc59f4b1f..6fcf287f459bf4896b757d412caaea58fff7190b 100644 (file)
@@ -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)