branch: elpa/helm commit 0737ed964800e32e5ca467f7d144590027287bbe Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Show keymaps in C-h d --- helm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el index 495cfe5d72..7fa42e2242 100644 --- a/helm-core.el +++ b/helm-core.el @@ -6615,7 +6615,7 @@ If action buffer is displayed, kill it." "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 (remove (assq 'keymap source) source))) + collect source)) (defun helm-debug-output-function () (let ((local-vars (buffer-local-variables (get-buffer helm-buffer)))