projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c0686
)
; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol.
author
Andrew G Cohen
<cohen@andy.bu.edu>
Fri, 10 May 2024 00:01:15 +0000
(08:01 +0800)
committer
Andrew G Cohen
<cohen@andy.bu.edu>
Fri, 10 May 2024 00:25:48 +0000
(08:25 +0800)
lisp/mail/smtpmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/smtpmail.el
b/lisp/mail/smtpmail.el
index ed21e777b285caa7d9660d91c5a7184e725aaffc..98083c0489acec5dbe9bcad5a47bf845cd0c76aa 100644
(file)
--- 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 "