branch: externals/listen
commit a6a1e2c80cd635068f3d3c6431111bdd65861211
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Tidy: (listen--ensure) Silence byte-compiler
    
    This argument is not listed as required in the Elisp manual, and it
    didn't give this warning in the past if it was missing.
---
 listen-mpv.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/listen-mpv.el b/listen-mpv.el
index e2d347b231..64eaf3bb68 100755
--- a/listen-mpv.el
+++ b/listen-mpv.el
@@ -101,7 +101,8 @@
         (setf (map-elt (listen-player-etc player) :network-process)
               (make-network-process :name "listen-player-mpv-socket" :family 
'local
                                     :remote socket :noquery t
-                                    :buffer socket-buffer)
+                                    :buffer socket-buffer
+                                    :service nil)
               (process-filter (map-elt (listen-player-etc player) 
:network-process))
               (lambda (proc text)
                 (listen--filter player proc text))

Reply via email to