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

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

[nongnu] elpa/flx ad87db4348 068/182: Make flx-ido depend on flx on pack


From: ELPA Syncer
Subject: [nongnu] elpa/flx ad87db4348 068/182: Make flx-ido depend on flx on package level
Date: Tue, 13 Dec 2022 03:59:31 -0500 (EST)

branch: elpa/flx
commit ad87db4348f7f2596a86d31c6cfbebe9c9f3b1c2
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@tradeo.com>

    Make flx-ido depend on flx on package level
    
    It makes sense to have flx and flx-ido as separate packages on repos
    like Marmalade and MELPA, since there can be many completion frontends
    using the flx matching algorithm.
---
 flx-ido.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flx-ido.el b/flx-ido.el
index a21352d267..69cf8a5348 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -8,6 +8,7 @@
 ;; Created: Sun Apr 21 20:38:36 2013 (+0800)
 ;; Version: 0.2
 ;; URL: https://github.com/lewang/flx
+;; Package-Requires: ((flx "0.1"))
 
 ;; This file is NOT part of GNU Emacs.
 



reply via email to

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