diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2017-07-15 12:07:04 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2017-07-15 12:07:04 -0400 |
commit | e790730a4e258440184bc8ce5d3015efe09f8984 (patch) | |
tree | d28fe2dbe51a00c528470dd66f006bf7403c5161 /lisp | |
parent | 1335277ece54bd0cffd71c36843c228f99b41b30 (diff) |
* lisp/emms.el: add package-requires
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 <forcer@forcix.cx> ;; Keywords: emms, mp3, mpeg, multimedia +;; Package-Requires: ((cl-lib "0.5")) ;; This file is part of EMMS. |