[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 082666e5286 1/4: ; * lisp/mail/smtpmail.el (smtpmail-try-auth-met
From: |
Andrew G Cohen |
Subject: |
master 082666e5286 1/4: ; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol. |
Date: |
Thu, 9 May 2024 20:31:06 -0400 (EDT) |
branch: master
commit 082666e528646aa9a299bd77854305c9b8231015
Author: Andrew G Cohen <cohen@andy.bu.edu>
Commit: Andrew G Cohen <cohen@andy.bu.edu>
; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol.
---
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 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 "