branch: scratch/editorconfig-cc
commit 144858388fae45ef6d4dd87ff6ad95a7e7ef0a07
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix dependencies for one multifile package
---
 editorconfig-core.el    | 1 -
 editorconfig-fnmatch.el | 1 -
 editorconfig.el         | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/editorconfig-core.el b/editorconfig-core.el
index c3901749cf..e443ffbacd 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -5,7 +5,6 @@
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
 ;; Version: 0.7.3
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
-;; Package-Requires: ((editorconfig-fnmatch "0.6.2") (cl-lib "0.5"))
 
 ;; See
 ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index 233b6d2510..c821008b6e 100644
--- a/editorconfig-fnmatch.el
+++ b/editorconfig-fnmatch.el
@@ -4,7 +4,6 @@
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
 ;; Version: 0.7.3
-;; Package-Requires: ((cl-lib "0.5"))
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 
 ;; See
diff --git a/editorconfig.el b/editorconfig.el
index cf997fc46b..9eb4fa607e 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -5,7 +5,7 @@
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
 ;; Version: 0.7.3
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
-;; Package-Requires: ((editorconfig-core "0.7.3"))
+;; Package-Requires: ((cl-lib "0.5"))
 
 ;; See
 ;; http://github.com/editorconfig/editorconfig-emacs/graphs/contributors

Reply via email to