aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Oteiza2016-11-12 19:04:36 -0500
committerMark Oteiza2016-11-12 19:04:36 -0500
commit3958002f6f1469dbb60e58b8e28a13858c9800c6 (patch)
tree00631cd7f26a562ebe1c9732a4e244449851e2d8
parent058816441840b5229b4437ff486a243e05fc5c93 (diff)
downloademacs-3958002f6f1469dbb60e58b8e28a13858c9800c6.tar.gz
emacs-3958002f6f1469dbb60e58b8e28a13858c9800c6.zip
; Fix thinko
* lisp/auth-source.el (auth-source-backend-parse-parameters): Contain cl-return within cl-dolist.
-rw-r--r--lisp/auth-source.el2
1 files changed, 1 insertions, 1 deletions
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."
704 704
705 (setq filtered-backends (copy-sequence backends)) 705 (setq filtered-backends (copy-sequence backends))
706 (dolist (backend backends) 706 (dolist (backend backends)
707 (dolist (key keys) 707 (cl-dolist (key keys)
708 ;; ignore invalid slots 708 ;; ignore invalid slots
709 (condition-case nil 709 (condition-case nil
710 (unless (auth-source-search-collection 710 (unless (auth-source-search-collection