; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol.
authorAndrew G Cohen <cohen@andy.bu.edu>
Fri, 10 May 2024 00:01:15 +0000 (08:01 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Fri, 10 May 2024 00:25:48 +0000 (08:25 +0800)
lisp/mail/smtpmail.el

index ed21e777b285caa7d9660d91c5a7184e725aaffc..98083c0489acec5dbe9bcad5a47bf845cd0c76aa 100644 (file)
@@ -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 "