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

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

[nongnu] elpa/helm 461ae167f2 2/3: Merge pull request #2551 from renatof


From: ELPA Syncer
Subject: [nongnu] elpa/helm 461ae167f2 2/3: Merge pull request #2551 from renatofdds/master
Date: Sat, 1 Oct 2022 14:58:42 -0400 (EDT)

branch: elpa/helm
commit 461ae167f24be0e7f981a351dffb3338cd92052e
Merge: 0a9a1e32cf 62931604a4
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #2551 from renatofdds/master
    
    Fix helm-help-internal
---
 helm-lib.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-lib.el b/helm-lib.el
index 4934ed1801..99b528ea9d 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -663,7 +663,7 @@ INSERT-CONTENT-FN is the function that inserts text to be
 displayed in BUFNAME."
   (let ((winconf (current-frame-configuration))
         (hframe (selected-frame)))
-    (helm-log-run-hook 'helm-help-mode-before-hook)
+    (helm-log-run-hook "helm-help-internal" 'helm-help-mode-before-hook)
     (with-selected-frame helm-initial-frame
       (select-frame-set-input-focus helm-initial-frame)
       (unwind-protect
@@ -685,7 +685,7 @@ displayed in BUFNAME."
              (buffer-disable-undo)
              (helm-help-event-loop))
         (raise-frame hframe)
-        (helm-log-run-hook 'helm-help-mode-after-hook)
+        (helm-log-run-hook "helm-help-internal" 'helm-help-mode-after-hook)
         (setq helm-suspend-update-flag nil)
         (set-frame-configuration winconf)))))
 



reply via email to

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