aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/auth-source.el
diff options
context:
space:
mode:
authorTed Zlatanov2018-04-04 14:14:27 -0400
committerEli Zaretskii2018-04-04 22:14:56 +0300
commit3573b4e2ae0d1e6e4337f9f71ce49cc0a7ff7bad (patch)
treedefa3bd9482679bd16f62e31feac46d570ba6b80 /lisp/auth-source.el
parent3109d2bb17f975c045e1b683e73254e6d24ab017 (diff)
downloademacs-3573b4e2ae0d1e6e4337f9f71ce49cc0a7ff7bad.tar.gz
emacs-3573b4e2ae0d1e6e4337f9f71ce49cc0a7ff7bad.zip
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 447da5b0d49b7aa14fa5d6969015770fdf9b9f92)
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 c605c112a51..1bb79d11ff4 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -304,7 +304,8 @@ can get pretty complex."
304 :tag "Personality/Username" 304 :tag "Personality/Username"
305 (const :tag "Any" t) 305 (const :tag "Any" t)
306 (string 306 (string
307 :tag "Name"))))))))) 307 :tag "Name"))))))
308 (sexp :tag "A data structure (external provider)"))))
308 309
309(defcustom auth-source-gpg-encrypt-to t 310(defcustom auth-source-gpg-encrypt-to t
310 "List of recipient keys that `authinfo.gpg' encrypted to. 311 "List of recipient keys that `authinfo.gpg' encrypted to.