From 3958002f6f1469dbb60e58b8e28a13858c9800c6 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Sat, 12 Nov 2016 19:04:36 -0500 Subject: [PATCH] ; Fix thinko * lisp/auth-source.el (auth-source-backend-parse-parameters): Contain cl-return within cl-dolist. --- lisp/auth-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/auth-source.el b/lisp/auth-source.el index c59ebf4a93c..96693644ceb 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -704,7 +704,7 @@ must call it to obtain the actual value." (setq filtered-backends (copy-sequence backends)) (dolist (backend backends) - (dolist (key keys) + (cl-dolist (key keys) ;; ignore invalid slots (condition-case nil (unless (auth-source-search-collection -- 2.39.5