From: Lars Ingebrigtsen Date: Thu, 20 Aug 2020 15:17:48 +0000 (+0200) Subject: Fix message.el compilation warning X-Git-Tag: emacs-28.0.90~6490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea8ead6a8bf889679f794d9a4e1daf181b2e5c3b;p=emacs.git Fix message.el compilation warning * lisp/gnus/message.el (smtpmail-stream-type): Fix compilation warning from last change. --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index e2f813339f7..e10322417d8 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4852,6 +4852,7 @@ Each line should be no more than 79 characters long." (defvar smtpmail-smtp-server) (defvar smtpmail-smtp-service) (defvar smtpmail-smtp-user) +(defvar smtpmail-stream-type) (defun message-multi-smtp-send-mail () "Send the current buffer to `message-send-mail-function'.