>>From e955467d0434f4e3eec014e70c5bf77418b926fb Mon Sep 17 00:00:00 2001 > From: Feng Shu <[email protected]> > 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 @@ > > ;; Author: Jorgen Schäfer <[email protected]> > ;; 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" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
