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

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

[nongnu] elpa/helm b46ec7b2e9: Require help-fns (#2610)


From: ELPA Syncer
Subject: [nongnu] elpa/helm b46ec7b2e9: Require help-fns (#2610)
Date: Wed, 2 Aug 2023 16:00:12 -0400 (EDT)

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

    Require help-fns (#2610)
---
 helm-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-mode.el b/helm-mode.el
index e8cab3c3eb..8048c8bd38 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1834,6 +1834,7 @@ The `helm-find-files' history `helm-ff-history' is used 
here."
   "Same as `help--symbol-completion-table-affixation' but for helm.
 
 Return a list of cons cells of the form (disp . real)."
+  (require 'help-fns)
   (mapcar (lambda (c)
             (let* ((s   (intern c))
                    (doc (ignore-errors



reply via email to

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