]> git.eshelyaron.com Git - emacs.git/commitdiff
Allow sexp customization type in auth-sources
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 4 Apr 2018 18:14:27 +0000 (14:14 -0400)
committerEli 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

index c605c112a51dd36e698406ea6c8e6b6e1520b8c7..1bb79d11ff4f4ec4d2aa95ebd7dd4e73f28072fe 100644 (file)
@@ -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.