projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3109d2b
)
Allow sexp customization type in auth-sources
author
Ted Zlatanov
<tzz@lifelogs.com>
Wed, 4 Apr 2018 18:14:27 +0000
(14:14 -0400)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 4 Apr 2018 19:14:56 +0000
(22:14 +0300)
* lisp/auth-source.el (auth-sources): Allow sexp customization type.
Update the :version tag.
(cherry picked from commit
447da5b0d49b7aa14fa5d6969015770fdf9b9f92
)
lisp/auth-source.el
patch
|
blob
|
history
diff --git
a/lisp/auth-source.el
b/lisp/auth-source.el
index c605c112a51dd36e698406ea6c8e6b6e1520b8c7..1bb79d11ff4f4ec4d2aa95ebd7dd4e73f28072fe 100644
(file)
--- a/
lisp/auth-source.el
+++ b/
lisp/auth-source.el
@@
-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.