branch: externals/auth-source-xoauth2-plugin commit 377182b7615da0ab3042720bfb710b45995af227 Author: Xiyue Deng <manp...@gmail.com> Commit: Xiyue Deng <manp...@gmail.com>
Sharp-quote all functions (Based on review at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72992#14. Thanks Philip Kaludercic for the review and suggestions!) --- 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 a09422e627..ad563eaeae 100644 --- a/auth-source-xoauth2-plugin.el +++ b/auth-source-xoauth2-plugin.el @@ -132,7 +132,7 @@ set along `host', `user', and `port' (note the snake_case)." (unless (memq 'xoauth2 smtpmail-auth-supported) (push 'smtpmail-auth-supported 'xoauth2)) - (advice-add 'auth-source-search-backends :around + (advice-add #'auth-source-search-backends :around #'auth-source-xoauth2-plugin--search-backends)) (provide 'auth-source-xoauth2-plugin)