From: Ted Zlatanov Date: Wed, 4 Apr 2018 18:14:27 +0000 (-0400) Subject: * lisp/auth-source.el (auth-sources): Allow sexp customization type X-Git-Tag: emacs-27.0.90~5328 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=447da5b0d49b7aa14fa5d6969015770fdf9b9f92;p=emacs.git * lisp/auth-source.el (auth-sources): Allow sexp customization type --- diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 66e1897b877..3923af1027e 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -305,7 +305,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.