* lisp/mail/sendmail.el (mm-long-lines-p): Fix compilation warning.
header when sending a message to a mailing list."
:type '(repeat string))
-(declare-function mml-to-mime "mml" ())
+(declare-function mm-long-lines-p "mm-bodies" (length))
(defun mail-send ()
"Send the message in the current buffer.
(error "Invalid header line (maybe a continuation line lacks initial whitespace)"))
(forward-line 1)))
(goto-char opoint)
+ (require 'mml)
(when (or mail-encode-mml
;; When we have long lines, we have to MIME encode
;; to get line folding.