diff options
| -rw-r--r-- | lisp/mail/smtpmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 925a6ec2e83..d0ac4b3c7e9 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -363,7 +363,7 @@ don't define this value.") | |||
| 363 | ; (setq return-value response-string) | 363 | ; (setq return-value response-string) |
| 364 | 364 | ||
| 365 | (if smtpmail-debug-info | 365 | (if smtpmail-debug-info |
| 366 | (message response-string)) | 366 | (message "%s" response-string)) |
| 367 | 367 | ||
| 368 | (setq smtpmail-read-point match-end) | 368 | (setq smtpmail-read-point match-end) |
| 369 | (setq return-value | 369 | (setq return-value |