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

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

[nongnu] elpa/helm c70ca4ecb7 2/3: Merge pull request #2640 from karbiv/


From: ELPA Syncer
Subject: [nongnu] elpa/helm c70ca4ecb7 2/3: Merge pull request #2640 from karbiv/resize-mini-windows_fix
Date: Tue, 5 Mar 2024 09:59:55 -0500 (EST)

branch: elpa/helm
commit c70ca4ecb742d826ea7f58e4edb5162529c8a714
Merge: fd5bffaa65 a878946907
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #2640 from karbiv/resize-mini-windows_fix
    
    Remove 'resize-mini-windows' local binding that causes UI bug.
---
 helm-core.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 63df18f104..b97029990a 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -3883,8 +3883,6 @@ For PRESELECT RESUME KEYMAP DEFAULT HISTORY, see `helm'."
                            (assoc-default 'history src)))
            (timer nil)
            blink-matching-paren
-           (resize-mini-windows (and (null helm-echo-input-in-header-line)
-                                     resize-mini-windows))
            (first-src (car helm-sources))
            (source-process-p (or (assq 'candidates-process src)
                                  (assq 'candidates-process first-src)))



reply via email to

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