diff options
| author | Lars Ingebrigtsen | 2020-08-20 17:17:48 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-08-20 17:17:48 +0200 |
| commit | ea8ead6a8bf889679f794d9a4e1daf181b2e5c3b (patch) | |
| tree | 4a10bc8eb044a2436fc44513cf4288ca5d37fc09 | |
| parent | 44f75f0d9d1db0571b59759f1b2922ff8b099cdb (diff) | |
| download | emacs-ea8ead6a8bf889679f794d9a4e1daf181b2e5c3b.tar.gz emacs-ea8ead6a8bf889679f794d9a4e1daf181b2e5c3b.zip | |
Fix message.el compilation warning
* lisp/gnus/message.el (smtpmail-stream-type): Fix compilation
warning from last change.
| -rw-r--r-- | lisp/gnus/message.el | 1 |
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." | |||
| 4852 | (defvar smtpmail-smtp-server) | 4852 | (defvar smtpmail-smtp-server) |
| 4853 | (defvar smtpmail-smtp-service) | 4853 | (defvar smtpmail-smtp-service) |
| 4854 | (defvar smtpmail-smtp-user) | 4854 | (defvar smtpmail-smtp-user) |
| 4855 | (defvar smtpmail-stream-type) | ||
| 4855 | 4856 | ||
| 4856 | (defun message-multi-smtp-send-mail () | 4857 | (defun message-multi-smtp-send-mail () |
| 4857 | "Send the current buffer to `message-send-mail-function'. | 4858 | "Send the current buffer to `message-send-mail-function'. |