diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 8ef5f7140ac..66e1897b877 100644 --- 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