branch: elpa/helm commit fe2f82f2fd9ada0e13ce9339cbfaee9a2c41c07d Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove the now unneeded loop in helm-default-debug-function --- helm-core.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-core.el b/helm-core.el index ff31a68021..636cdfe34c 100644 --- a/helm-core.el +++ b/helm-core.el @@ -6621,8 +6621,7 @@ If action buffer is displayed, kill it." (defun helm-default-debug-function () "Collect sources of helm current session without their keymap. This is the default function for `helm-debug-function'." - (cl-loop for source in (with-helm-buffer helm-sources) - collect source)) + (with-helm-buffer helm-sources)) (defun helm-debug-output-function () (let ((local-vars (buffer-local-variables (get-buffer helm-buffer)))