diff options
| author | Richard M. Stallman | 1997-01-21 01:16:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-01-21 01:16:10 +0000 |
| commit | e4377f536f72d366c6928cc67c949b767ad1b6cf (patch) | |
| tree | 1bd9b4e1780293e4471052f4c594bbfee59d1a28 | |
| parent | e96a83c806c92b379c9a72acb2294b418f870d9c (diff) | |
| download | emacs-e4377f536f72d366c6928cc67c949b767ad1b6cf.tar.gz emacs-e4377f536f72d366c6928cc67c949b767ad1b6cf.zip | |
(smtpmail-read-response): Don't get confused by %'s in response-string.
| -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 |