[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 3573b4e 1/2: Allow sexp customization type in aut
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-26 3573b4e 1/2: Allow sexp customization type in auth-sources |
Date: |
Wed, 4 Apr 2018 15:16:30 -0400 (EDT) |
branch: emacs-26
commit 3573b4e2ae0d1e6e4337f9f71ce49cc0a7ff7bad
Author: Ted Zlatanov <address@hidden>
Commit: Eli Zaretskii <address@hidden>
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)
---
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 c605c11..1bb79d1 100644
--- 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.