branch: elpa/mpv commit 9ff4d5d80b762dabbea3c29a378147f7e8156437 Author: Johann Klähn <kljoh...@gmail.com> Commit: Johann Klähn <kljoh...@gmail.com>
fix mpv-insert-playback-position Turns out I've been using lexical-binding after all. --- mpv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.el b/mpv.el index a37f5106f9..d829faf894 100644 --- a/mpv.el +++ b/mpv.el @@ -1,10 +1,10 @@ -;;; mpv.el --- control mpv for easy note-taking +;;; mpv.el --- control mpv for easy note-taking -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Johann Klähn ;; Author: Johann Klähn <kljoh...@gmail.com> ;; Keywords: tools, multimedia -;; Package-Requires: ((cl-lib "0.5") (json "1.3") (names "0.5.4") (org "8.0")) +;; Package-Requires: ((cl-lib "0.5") (emacs "24") (json "1.3") (names "0.5.4") (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