]> git.eshelyaron.com Git - emacs.git/commitdiff
Small auth-source-netrc-create fix
authorGlenn Morris <rgm@gnu.org>
Mon, 5 Mar 2018 20:29:15 +0000 (15:29 -0500)
committerGlenn 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

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