emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 07a9fe9031 1/2: Require helm-lib in *global-bindings


From: ELPA Syncer
Subject: [nongnu] elpa/helm 07a9fe9031 1/2: Require helm-lib in *global-bindings (#2520)
Date: Tue, 7 Jun 2022 05:58:51 -0400 (EDT)

branch: elpa/helm
commit 07a9fe9031d4f83b1be24aff2d431293854797fd
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]