summaryrefslogtreecommitdiff
path: root/lisp/auth-source.el
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2018-04-04 14:14:27 -0400
committerTed Zlatanov <tzz@lifelogs.com>2018-04-04 14:14:27 -0400
commit447da5b0d49b7aa14fa5d6969015770fdf9b9f92 (patch)
treebd3db997470e71473e8af9f67bcb93d78a889f73 /lisp/auth-source.el
parentd02fd482fbeaf6ed551e78223b538495cb0c3541 (diff)
downloademacs-447da5b0d49b7aa14fa5d6969015770fdf9b9f92.tar.gz
* lisp/auth-source.el (auth-sources): Allow sexp customization type
Diffstat (limited to 'lisp/auth-source.el')
-rw-r--r--lisp/auth-source.el3
1 files changed, 2 insertions, 1 deletions
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.