branch: elpa/helm commit 62931604a495d591b14750c305011a39ccf03151 Author: Renato Ferreira <renatof...@gmail.com> Commit: Renato Ferreira <renatof...@gmail.com>
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)))))