From e4377f536f72d366c6928cc67c949b767ad1b6cf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Jan 1997 01:16:10 +0000 Subject: [PATCH] (smtpmail-read-response): Don't get confused by %'s in response-string. --- lisp/mail/smtpmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") ; (setq return-value response-string) (if smtpmail-debug-info - (message response-string)) + (message "%s" response-string)) (setq smtpmail-read-point match-end) (setq return-value -- 2.39.2