branch: externals/auth-source-xoauth2-plugin commit 12154b214ff85997de2020d9ffd24449885bed52 Author: Xiyue Deng <manp...@gmail.com> Commit: Xiyue Deng <manp...@gmail.com>
Fix comment header to conform to ELPA style --- 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 099831a92d..6ab756ead1 100644 --- a/auth-source-xoauth2-plugin.el +++ b/auth-source-xoauth2-plugin.el @@ -1,4 +1,4 @@ -;; auth-source-xoauth2-plugin.el -- authentication source plugin for xoauth2 -*- lexical-binding: t -*- +;;; auth-source-xoauth2-plugin.el --- authentication source plugin for xoauth2 -*- lexical-binding: t -*- ;; Copyright (C) 2024 Xiyue Deng <manp...@gmail.com>