]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/auth-source.el (auth-sources): Allow sexp customization type
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 4 Apr 2018 18:14:27 +0000 (14:14 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 4 Apr 2018 18:14:27 +0000 (14:14 -0400)
lisp/auth-source.el

index 66e1897b8777e7c4b2fd262ae47659f6b172ef77..3923af1027e8f72f98ab9cfae9bfbe226b0604ba 100644 (file)
@@ -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.