summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-08-20 17:17:48 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-08-20 17:17:48 +0200
commitea8ead6a8bf889679f794d9a4e1daf181b2e5c3b (patch)
tree4a10bc8eb044a2436fc44513cf4288ca5d37fc09
parent44f75f0d9d1db0571b59759f1b2922ff8b099cdb (diff)
downloademacs-ea8ead6a8bf889679f794d9a4e1daf181b2e5c3b.tar.gz
Fix message.el compilation warning
* lisp/gnus/message.el (smtpmail-stream-type): Fix compilation warning from last change.
-rw-r--r--lisp/gnus/message.el1
1 files changed, 1 insertions, 0 deletions
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'.