projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02fd48
)
* lisp/auth-source.el (auth-sources): Allow sexp customization type
author
Ted Zlatanov
<tzz@lifelogs.com>
Wed, 4 Apr 2018 18:14:27 +0000
(14:14 -0400)
committer
Ted Zlatanov
<tzz@lifelogs.com>
Wed, 4 Apr 2018 18:14:27 +0000
(14:14 -0400)
lisp/auth-source.el
patch
|
blob
|
history
diff --git
a/lisp/auth-source.el
b/lisp/auth-source.el
index 66e1897b8777e7c4b2fd262ae47659f6b172ef77..3923af1027e8f72f98ab9cfae9bfbe226b0604ba 100644
(file)
--- 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.