From: Andrew G Cohen Date: Fri, 10 May 2024 00:01:15 +0000 (+0800) Subject: ; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1574 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=082666e528646aa9a299bd77854305c9b8231015;p=emacs.git ; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol. --- diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index ed21e777b28..98083c0489a 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -638,7 +638,7 @@ USER and PASSWORD should be non-nil." 235)) (cl-defmethod smtpmail-try-auth-method - (process (_mech (eql xoauth2)) user password) + (process (_mech (eql 'xoauth2)) user password) (smtpmail-command-or-throw process (concat "AUTH XOAUTH2 "