mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue