dot/emacs: Set up autoloads for mail-sending functions.
[profile] / dot / emacs
index 0181bd0..9bb23b2 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       send-mail-function 'sendmail-send-it
       mail-interactive t
       sendmail-error-reporting-interactive '("-odb" "-oee"))
+(autoload 'sendmail-send-it "sendmail")
+(autoload 'smtpmail-send-it "smtpmail")
 
 (setq mail-user-agent 'message-user-agent
       read-mail-command 'gnus)