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

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

[elpa] externals/mct 9d204c6f70: Remove obsolete code


From: ELPA Syncer
Subject: [elpa] externals/mct 9d204c6f70: Remove obsolete code
Date: Sun, 26 Dec 2021 11:57:34 -0500 (EST)

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

    Remove obsolete code
---
 mct.el | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/mct.el b/mct.el
index e525d9f0f4..3cf5ea97e9 100644
--- a/mct.el
+++ b/mct.el
@@ -416,12 +416,7 @@ Apply APP by first setting up the minibuffer to work with 
Mct."
   (let ((display-buffer-alist
          (cons (cons mct-completion-windows-regexp mct-display-buffer-action)
                display-buffer-alist)))
-    (save-excursion (minibuffer-completion-help)))
-  ;; ;; NOTE 2021-12-09: We should no longer have a need for this, as we
-  ;; ;; pass an after advice to `minibuffer-completion-help'.
-  ;;
-  ;; (mct--fit-completions-window)
-  )
+    (save-excursion (minibuffer-completion-help))))
 
 ;;;###autoload
 (defun mct-focus-mini-or-completions ()



reply via email to

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