From ec9fdcdc2a82127afe9cc9681c057d7fe03b04de Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sat, 24 Feb 2018 20:37:01 +0100 Subject: [PATCH] Fix minibuffer place after resuming frame * helm.el (helm-display-buffer-in-own-frame): Do it. --- helm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm.el b/helm.el index 4520c3a2e..28ca98cff 100644 --- a/helm.el +++ b/helm.el @@ -2809,7 +2809,7 @@ Note that this feature is available only with emacs-25+." ;; not on a session triggered by action, this way if user have ;; toggled minibuffer and header-line manually she keeps this ;; setting in next action. - (unless helm--executing-helm-action + (unless (or helm--executing-helm-action resume) ;; Add the hook inconditionally, if ;; helm-echo-input-in-header-line is nil helm-hide-minibuffer-maybe ;; will have anyway no effect so no need to remove the hook.