diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-11-05 08:31:39 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-11-05 08:31:39 -0500 |
commit | 87059ff05739ad98bf1ab32e6b1c8917d5e21556 (patch) | |
tree | d0627862589010408816b348a7f9a57a897775c2 | |
parent | 94019bb34c56341e66b14c41ff706273e039f525 (diff) |
* emms.el: add seq as an ELPA requirement
-rw-r--r-- | emms.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,10 +5,10 @@ ;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file) ;; Maintainer: Yoni Rabkin <yrk@gnu.org> -;; Version: 6.00 +;; Version: 6.01 ;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia ;; Package-Type: multi -;; Package-Requires: ((cl-lib "0.5")) +;; Package-Requires: ((cl-lib "0.5") (seq)) ;; url: https://www.gnu.org/software/emms/ ;; This file is part of EMMS. |