diff --git a/evil-collection.el b/evil-collection.el index 1bb02502..2ee4bad5 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -713,10 +713,10 @@ invocation." (format "evil-collection-translate-key-in-%s" keymap-symbol))))) (evil-with-delay (and (boundp keymap-symbol) (keymapp keymap-symbol)) - `(after-load-functions - t - nil - ,hook-name) + (after-load-functions + t + nil + hook-name) (evil-collection--translate-minor-mode-key state mode-symbol translations destructive))))))) @@ -820,10 +820,10 @@ invocation." (format "evil-collection-translate-key-in-%s" keymap-symbol))))) (evil-with-delay (and (boundp keymap-symbol) (keymapp keymap-symbol)) - `(after-load-functions - t - nil - ,hook-name) + (after-load-functions + t + nil + hook-name) (evil-collection--translate-key state keymap-symbol translations destructive))))))