branch: elpa/helm commit 461ae167f24be0e7f981a351dffb3338cd92052e Merge: 0a9a1e32cf 62931604a4 Author: Thierry Volpiatto <thie...@posteo.net> Commit: GitHub <nore...@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)))))