branch: elpa/mpv
commit 9bd6d36cc77d3123b5ab11f11c47a0eff8cbf968
Author: Johann Klähn <joh...@jklaehn.de>
Commit: GitHub <nore...@github.com>

    Fix #16
    
    `alist-get` needs emacs ≥ 25.1
---
 mpv.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpv.el b/mpv.el
index 4dabe16230..d3e6beb188 100644
--- a/mpv.el
+++ b/mpv.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/kljohann/mpv.el
 ;; Version: 0.1.0
 ;; Keywords: tools, multimedia
-;; Package-Requires: ((cl-lib "0.5") (emacs "24") (json "1.3") (org "8.0"))
+;; Package-Requires: ((cl-lib "0.5") (emacs "25.1") (json "1.3") (org "8.0"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

Reply via email to