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

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

[elpa] externals/mct d2391f88ed 03/21: Change minimum Emacs version to 2


From: ELPA Syncer
Subject: [elpa] externals/mct d2391f88ed 03/21: Change minimum Emacs version to 28
Date: Sat, 25 Mar 2023 15:59:00 -0400 (EDT)

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

    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 <info@protesilaos.com>
 ;; 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

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