]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 13:37:24 +0000 (15:37 +0200)
(cherry picked from commit 082666e528646aa9a299bd77854305c9b8231015)

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 "