Allow sexp customization type in auth-sources
* lisp/auth-source.el (auth-sources): Allow sexp customization type.
Update the :version tag.
(cherry picked from commit 447da5b0d4)
This commit is contained in:
committed by
Eli Zaretskii
parent
3109d2bb17
commit
3573b4e2ae
@@ -304,7 +304,8 @@ can get pretty complex."
|
||||
:tag "Personality/Username"
|
||||
(const :tag "Any" t)
|
||||
(string
|
||||
:tag "Name")))))))))
|
||||
:tag "Name"))))))
|
||||
(sexp :tag "A data structure (external provider)"))))
|
||||
|
||||
(defcustom auth-source-gpg-encrypt-to t
|
||||
"List of recipient keys that `authinfo.gpg' encrypted to.
|
||||
|
||||
Reference in New Issue
Block a user