projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a38a6d
)
Small auth-source-netrc-create fix
author
Glenn Morris
<rgm@gnu.org>
Mon, 5 Mar 2018 20:29:15 +0000
(15:29 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 5 Mar 2018 20:29:15 +0000
(15:29 -0500)
* lisp/auth-source.el (auth-source-netrc-create):
Fix handling of auth-source-netrc-use-gpg-tokens being a list.
lisp/auth-source.el
patch
|
blob
|
history
diff --git
a/lisp/auth-source.el
b/lisp/auth-source.el
index 8ef5f7140ac08e7e6990e66adde4338d63eada1d..66e1897b8777e7c4b2fd262ae47659f6b172ef77 100644
(file)
--- a/
lisp/auth-source.el
+++ b/
lisp/auth-source.el
@@
-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