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

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

[nongnu] elpa/corfu-terminal 6b185f18a0 1/4: Require a recent version of


From: ELPA Syncer
Subject: [nongnu] elpa/corfu-terminal 6b185f18a0 1/4: Require a recent version of corfu
Date: Tue, 27 Jun 2023 16:00:25 -0400 (EDT)

branch: elpa/corfu-terminal
commit 6b185f18a078ac5e7d522eb77198599a6ea038c8
Author: Peter Oliver <git@mavit.org.uk>
Commit: Peter Oliver <git@mavit.org.uk>

    Require a recent version of corfu
    
    I found that with recent `corfu-terminal` but an old `corfu`, I got an 
error about `corfu-terminal--popup-support-p` not being a function.
---
 corfu-terminal.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-terminal.el b/corfu-terminal.el
index 3ee19d2556..58c7cf174a 100644
--- a/corfu-terminal.el
+++ b/corfu-terminal.el
@@ -5,7 +5,7 @@
 ;; Author: Akib Azmain Turja <akib@disroot.org>
 ;; Created: 2022-04-11
 ;; Version: 0.5
-;; Package-Requires: ((emacs "26.1") (corfu "0.24") (popon "0.1"))
+;; Package-Requires: ((emacs "26.1") (corfu "0.35") (popon "0.1"))
 ;; Keywords: convenience
 ;; Homepage: https://codeberg.org/akib/emacs-corfu-terminal
 



reply via email to

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