From c4178fa7e1e4a5e098771e14c8731ff1b7a0d894 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 2 Aug 2018 22:06:09 -0700 Subject: Fix hard-coded symbol in helpful--keymaps-containing-aliases --- helpful.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpful.el b/helpful.el index 10b4cb0..f4be6d9 100644 --- a/helpful.el +++ b/helpful.el @@ -1336,7 +1336,7 @@ keybindings for COMMAND-SYM in each keymap. Includes keybindings for aliases, unlike `helpful--keymaps-containing'." - (let* ((aliases (helpful--aliases 'helpful--dummy-command t)) + (let* ((aliases (helpful--aliases command-sym t)) (syms (cons command-sym aliases)) (syms-keymaps (-map #'helpful--keymaps-containing syms))) (-reduce #'helpful--merge-alists syms-keymaps))) -- cgit v1.0