1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

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:
Ted Zlatanov 2018-04-04 14:14:27 -04:00 committed by Eli Zaretskii
parent 3109d2bb17
commit 3573b4e2ae

View file

@ -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.