diff options
| -rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 51408995efc..157c6f08b19 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -621,6 +621,8 @@ Done before generating the new subject of a forward." | |||
| 621 | :link '(custom-manual "(message)Canceling News") | 621 | :link '(custom-manual "(message)Canceling News") |
| 622 | :type 'string) | 622 | :type 'string) |
| 623 | 623 | ||
| 624 | (defvar smtpmail-default-smtp-server) | ||
| 625 | |||
| 624 | (defun message-send-mail-function () | 626 | (defun message-send-mail-function () |
| 625 | "Return suitable value for the variable `message-send-mail-function'." | 627 | "Return suitable value for the variable `message-send-mail-function'." |
| 626 | (cond ((and sendmail-program | 628 | (cond ((and sendmail-program |