aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/auth-source.el
diff options
context:
space:
mode:
authorTed Zlatanov2018-04-04 14:14:27 -0400
committerTed Zlatanov2018-04-04 14:14:27 -0400
commit447da5b0d49b7aa14fa5d6969015770fdf9b9f92 (patch)
treebd3db997470e71473e8af9f67bcb93d78a889f73 /lisp/auth-source.el
parentd02fd482fbeaf6ed551e78223b538495cb0c3541 (diff)
downloademacs-447da5b0d49b7aa14fa5d6969015770fdf9b9f92.tar.gz
emacs-447da5b0d49b7aa14fa5d6969015770fdf9b9f92.zip
* 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."
305 :tag "Personality/Username" 305 :tag "Personality/Username"
306 (const :tag "Any" t) 306 (const :tag "Any" t)
307 (string 307 (string
308 :tag "Name"))))))))) 308 :tag "Name"))))))
309 (sexp :tag "A data structure (external provider)"))))
309 310
310(defcustom auth-source-gpg-encrypt-to t 311(defcustom auth-source-gpg-encrypt-to t
311 "List of recipient keys that `authinfo.gpg' encrypted to. 312 "List of recipient keys that `authinfo.gpg' encrypted to.