[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 447da5b: * lisp/auth-source.el (auth-sources): Allo
From: |
Teodor Zlatanov |
Subject: |
[Emacs-diffs] master 447da5b: * lisp/auth-source.el (auth-sources): Allow sexp customization type |
Date: |
Wed, 4 Apr 2018 14:14:45 -0400 (EDT) |
branch: master
commit 447da5b0d49b7aa14fa5d6969015770fdf9b9f92
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>
* lisp/auth-source.el (auth-sources): Allow sexp customization type
---
lisp/auth-source.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 66e1897..3923af1 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 447da5b: * lisp/auth-source.el (auth-sources): Allow sexp customization type,
Teodor Zlatanov <=