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

    Depend on 29.4 instead of 29.1
    
    Thanks to Ryan Davis for informing me that 29.1 does not define the
    variable minibuffer-completion-base. This was done in issue 11:
    <https://github.com/protesilaos/mct/issues/11>.
    
    We could work around it, though it is better to bump the version we
    depend on. This is because the higher number is the one that includes
    the security patches that were publicised recently. Cannot find the
    links right now...
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 7f89cd8573..1b9e56bc77 100644
--- a/mct.el
+++ b/mct.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com>
 ;; URL: https://github.com/protesilaos/mct
 ;; Version: 1.1.0
-;; Package-Requires: ((emacs "29.1"))
+;; Package-Requires: ((emacs "29.4"))
 
 ;; This file is NOT part of GNU Emacs.
 

Reply via email to