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

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

[elpa] externals/mct 613252a 27/70: Use internal function to fit Complet


From: ELPA Syncer
Subject: [elpa] externals/mct 613252a 27/70: Use internal function to fit Completions' window
Date: Thu, 11 Nov 2021 03:57:45 -0500 (EST)

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

    Use internal function to fit Completions' window
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 70c86b7..8da8ef2 100644
--- a/mct.el
+++ b/mct.el
@@ -381,7 +381,7 @@ Meant to be added to `after-change-functions'."
          (cons (cons mct-completion-windows-regexp mct-display-buffer-action)
                display-buffer-alist)))
     (save-excursion (minibuffer-completion-help)))
-  (fit-window-to-buffer (mct--get-completion-window)))
+  (mct--fit-completions-window))
 
 ;;;###autoload
 (defun mct-focus-mini-or-completions ()



reply via email to

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