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

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

[nongnu] elpa/mpv 2e0234bc21: Fix byte-compile errors


From: ELPA Syncer
Subject: [nongnu] elpa/mpv 2e0234bc21: Fix byte-compile errors
Date: Mon, 1 Aug 2022 15:58:51 -0400 (EDT)

branch: elpa/mpv
commit 2e0234bc21a3dcdf12d94d3285475e7f6769d3e8
Author: Johann Klähn <johann@jklaehn.de>
Commit: Johann Klähn <johann@jklaehn.de>

    Fix byte-compile errors
---
 mpv.el | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/mpv.el b/mpv.el
index c96f95e47b..53d7e24acf 100644
--- a/mpv.el
+++ b/mpv.el
@@ -33,6 +33,7 @@
 (require 'org)
 (require 'org-timer)
 (require 'tq)
+(require 'url-parse)
 
 (defgroup mpv nil
   "Customization group for mpv."
@@ -396,12 +397,14 @@ A-B loop."
     (user-error "No chapters available")))
 
 (cl-defun mpv--format-entry (title &optional offset &key (current nil) 
(looping nil))
-  "Format entry for minibuffer display with TITLE, optionally showing a time 
OFFSET value.
+  "Format TITLE for minibuffer display, optionally showing a time OFFSET value.
 
-When an offset is provided, `mpv-entry-with-offset-format' is used to format 
the result.
+When an offset is provided, `mpv-entry-with-offset-format' is
+used to format the result.
 
-If the entry corresponds to the CURRENT item, `mpv-current-indicator' is 
appended.
-If the entry is LOOPING, `mpv-loop-indicator' is appended."
+Markers are appended to the formatted title, in order to indicate
+the CURRENT item, and if an entry is LOOPING.
+See `mpv-current-indicator' and `mpv-loop-indicator' respectively."
   (concat
    (if (numberp offset)
        (format-spec



reply via email to

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