Discussion:
[emms-help] [PATCH] Add Package-Requires: ((cl-lib "0.5")) to emms.el
Feng Shu
2017-07-15 09:50:37 UTC
Permalink
--
Yoni Rabkin
2017-07-15 16:07:36 UTC
Permalink
From e955467d0434f4e3eec014e70c5bf77418b926fb Mon Sep 17 00:00:00 2001
Date: Sat, 15 Jul 2017 17:45:24 +0800
Subject: [PATCH] Add Package-Requires: ((cl-lib "0.5")) to emms.el
This is useful for melpa users, who use an old emacs without buildin cl-lib.
---
lisp/emms.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/emms.el b/lisp/emms.el
index 74771e3..e65e544 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -5,6 +5,7 @@
;; Keywords: emms, mp3, mpeg, multimedia
+;; Package-Requires: ((cl-lib "0.5"))
;; This file is part of EMMS.
--
2.13.2
done

thank you
--
"Cut your own wood and it will warm you twice"
Loading...