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

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

[nongnu] elpa/helm 1902e35712 02/11: Ensure helm-elisp is required


From: ELPA Syncer
Subject: [nongnu] elpa/helm 1902e35712 02/11: Ensure helm-elisp is required
Date: Thu, 14 Sep 2023 06:59:52 -0400 (EDT)

branch: elpa/helm
commit 1902e357122298198090b4ff9b569e2e7a19c8b8
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Ensure helm-elisp is required
---
 helm-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-mode.el b/helm-mode.el
index 4db833ab37..c1d1c8eeaf 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1276,6 +1276,7 @@ is used."
                        (propertize " " 'display (concat sep it)))))))
 
 (defun helm-completion-library-affixation (_comps)
+  (require 'helm-elisp)
   (lambda (comp)
     (let* ((sep (make-string (1+ (- (helm-in-buffer-get-longest-candidate)
                                     (length comp)))



reply via email to

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