branch: elpa/helm
commit 0c8a48e94af09692ea51c022c370c3ef311eb83d
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Only comments
---
 helm-core.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/helm-core.el b/helm-core.el
index 49894703d5..8a09390b60 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -2963,6 +2963,10 @@ HISTORY args see `helm'."
               ;; `helm-eval-expression'. Unfortunately
               ;; `minibuffer-follows-selected-frame' is available only in
               ;; emacs-28+ (bug#2536).
+              ;; When non-nil (the default) the current active
+              ;; minibuffer is used in new frame, which is not what we
+              ;; want in helm when starting from an active minibuffer,
+              ;; either a helm minibuffer or something line M-:. 
               (and ori--minibuffer-follows-selected-frame
                    (setq minibuffer-follows-selected-frame
                          (unless (or helm--nested

Reply via email to