mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Small auth-source-netrc-create fix
* lisp/auth-source.el (auth-source-netrc-create): Fix handling of auth-source-netrc-use-gpg-tokens being a list.
This commit is contained in:
parent
7a38a6d881
commit
92618d767d
1 changed files with 1 additions and 3 deletions
|
|
@ -1315,9 +1315,7 @@ See `auth-source-search' for details on SPEC."
|
|||
(string-match (car item) file))
|
||||
(setq ret (cdr item))
|
||||
(setq check nil)))
|
||||
;; FIXME: `ret' unused.
|
||||
;; Should we return it here?
|
||||
))
|
||||
ret))
|
||||
(t 'never)))
|
||||
(plain (or (eval default) (read-passwd prompt))))
|
||||
;; ask if we don't know what to do (in which case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue