diff options
| author | Ted Zlatanov | 2018-04-04 14:14:27 -0400 |
|---|---|---|
| committer | Ted Zlatanov | 2018-04-04 14:14:27 -0400 |
| commit | 447da5b0d49b7aa14fa5d6969015770fdf9b9f92 (patch) | |
| tree | bd3db997470e71473e8af9f67bcb93d78a889f73 | |
| parent | d02fd482fbeaf6ed551e78223b538495cb0c3541 (diff) | |
| download | emacs-447da5b0d49b7aa14fa5d6969015770fdf9b9f92.tar.gz emacs-447da5b0d49b7aa14fa5d6969015770fdf9b9f92.zip | |
* lisp/auth-source.el (auth-sources): Allow sexp customization type
| -rw-r--r-- | lisp/auth-source.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 66e1897b877..3923af1027e 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el | |||
| @@ -305,7 +305,8 @@ can get pretty complex." | |||
| 305 | :tag "Personality/Username" | 305 | :tag "Personality/Username" |
| 306 | (const :tag "Any" t) | 306 | (const :tag "Any" t) |
| 307 | (string | 307 | (string |
| 308 | :tag "Name"))))))))) | 308 | :tag "Name")))))) |
| 309 | (sexp :tag "A data structure (external provider)")))) | ||
| 309 | 310 | ||
| 310 | (defcustom auth-source-gpg-encrypt-to t | 311 | (defcustom auth-source-gpg-encrypt-to t |
| 311 | "List of recipient keys that `authinfo.gpg' encrypted to. | 312 | "List of recipient keys that `authinfo.gpg' encrypted to. |