branch: externals/mct
commit d2391f88ed115af3517eff4e455a2485189c97ab
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Change minimum Emacs version to 28
    
    We should never have depended on Emacs 27.  It does not have the
    one-column layout that works best with MCT.  As a result, we got
    needlessly complex code for functionality that no-one could really
    benefit from.
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 4fe15a8d89..b29ae9e866 100644
--- a/mct.el
+++ b/mct.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <[email protected]>
 ;; URL: https://git.sr.ht/~protesilaos/mct
 ;; Version: 0.5.0
-;; Package-Requires: ((emacs "27.1"))
+;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.
 

Reply via email to