emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mpv 9ff4d5d80b 25/50: fix mpv-insert-playback-position


From: ELPA Syncer
Subject: [nongnu] elpa/mpv 9ff4d5d80b 25/50: fix mpv-insert-playback-position
Date: Tue, 28 Dec 2021 00:58:41 -0500 (EST)

branch: elpa/mpv
commit 9ff4d5d80b762dabbea3c29a378147f7e8156437
Author: Johann Klähn <kljohann@gmail.com>
Commit: Johann Klähn <kljohann@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 <kljohann@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]