branch: elpa/helm commit 07a9fe9031d4f83b1be24aff2d431293854797fd Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Require helm-lib in *global-bindings (#2520) --- helm-global-bindings.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-global-bindings.el b/helm-global-bindings.el index 4c0955e7eb..896df8b60d 100644 --- a/helm-global-bindings.el +++ b/helm-global-bindings.el @@ -17,6 +17,8 @@ ;;; Code: +(require 'helm-lib) ; For helm-aif (bug #2520). + ;;; Command Keymap ;;