branch: elpa/helm commit 1902e357122298198090b4ff9b569e2e7a19c8b8 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@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)))