]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix message.el compilation warning
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 15:17:48 +0000 (17:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 15:17:48 +0000 (17:17 +0200)
* lisp/gnus/message.el (smtpmail-stream-type): Fix compilation
warning from last change.

lisp/gnus/message.el

index e2f813339f7ee5b3354a85b03382837fe229445d..e10322417d8b4cb942c2cb5440781f98ee601cb7 100644 (file)
@@ -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'.