branch: externals/auth-source-xoauth2-plugin
commit 124fca5f61b9e692d2250987db1b1137e1a04aa9
Author: Xiyue Deng <manp...@gmail.com>
Commit: Xiyue Deng <manp...@gmail.com>

    Fix smtpmail-auth-supported handling by adding the missing "'"
---
 auth-source-xoauth2-plugin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auth-source-xoauth2-plugin.el b/auth-source-xoauth2-plugin.el
index a4708f5e5c..e7708e8d64 100644
--- a/auth-source-xoauth2-plugin.el
+++ b/auth-source-xoauth2-plugin.el
@@ -105,7 +105,7 @@ expected that `token_url', `client_id', `client_secret', and
     ;; credentials which will never happen.  Putting 'xoauth2 as the last entry
     ;; in smtpmail-auth-supported so that it is tried last.  See also
     ;; https://debbugs.gnu.org/78366.
-    (add-to-list smtpmail-auth-supported 'xoauth2 t)
+    (add-to-list 'smtpmail-auth-supported 'xoauth2 t)
     (setq auth-source-xoauth2-plugin--enabled-xoauth2-by-us t))
 
   (advice-add #'auth-source-search-backends :around

Reply via email to