mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
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 447da5b0d4)
This commit is contained in:
parent
3109d2bb17
commit
3573b4e2ae
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue