(message-send-mail-with-smtp): Require 'smtp.
authorshuhei-k <shuhei-k>
Fri, 3 Jul 1998 05:19:01 +0000 (05:19 +0000)
committershuhei-k <shuhei-k>
Fri, 3 Jul 1998 05:19:01 +0000 (05:19 +0000)
lisp/message.el

index b0466e7..43b745b 100644 (file)
@@ -2241,6 +2241,7 @@ to find out how to use this."
 
 (defun message-send-mail-with-smtp ()
   "Send off the prepared buffer with SMTP."
+  (require 'smtp) ; XXX
   (let ((case-fold-search t)
        recipients)
     (save-restriction