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

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

[elpa] externals/mct 7974ae0450 40/64: Remove needless call to fit compl


From: ELPA Syncer
Subject: [elpa] externals/mct 7974ae0450 40/64: Remove needless call to fit completions to window
Date: Thu, 30 Dec 2021 23:57:59 -0500 (EST)

branch: externals/mct
commit 7974ae045027774f364865eebc27b424aff806a8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove needless call to fit completions to window
    
    It is already done by an advice.
---
 mct.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index abd150c7d0..0b9df6d54d 100644
--- a/mct.el
+++ b/mct.el
@@ -429,8 +429,7 @@ Apply APP by first setting up the minibuffer to work with 
Mct."
                (minibuffer-completion-predicate (plist-get plist :predicate))
                (completion-extra-properties plist))
            (minibuffer-completion-help start end)))
-        (_ (minibuffer-completion-help)))))
-  (mct--fit-completions-window))
+        (_ (minibuffer-completion-help))))))
 
 ;;;###autoload
 (defun mct-focus-mini-or-completions ()



reply via email to

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