branch: externals/mct
commit 7df5c4e4a0f00849d1793f432429cd7db117a322
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix Emacs version check for one-column
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index d903c88769..4f7f4fa862 100644
--- a/mct.el
+++ b/mct.el
@@ -470,7 +470,7 @@ Apply APP by first setting up the minibuffer to work with 
Mct."
 (defun mct--one-column-p ()
   "Test if we have a one-column view available."
   (and (eq mct-completions-format 'one-column)
-       (> emacs-major-version 28)))
+       (>= emacs-major-version 28)))
 
 ;;;;; Focus minibuffer and/or show completions
 

Reply via email to