mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
; Fix thinko
* lisp/auth-source.el (auth-source-backend-parse-parameters): Contain cl-return within cl-dolist.
This commit is contained in:
parent
0588164418
commit
3958002f6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user