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

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

[nongnu] elpa/mpv e9ed22820c 3/4: Change name of IPC option


From: ELPA Syncer
Subject: [nongnu] elpa/mpv e9ed22820c 3/4: Change name of IPC option
Date: Mon, 1 Aug 2022 07:58:51 -0400 (EDT)

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

    Change name of IPC option
    
    See mpv-player/mpv@cd50ebba363315e15276e3b0895c33e85813fc4a, which
    is part of release 0.17.0.
    
    According to https://repology.org/project/mpv/versions, Ubuntu 16.04
    (EOL April 30, 2021) is the only major distribution which does not
    yet contain a newer version.
---
 mpv.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpv.el b/mpv.el
index 1a61a56d2e..19a25aabfe 100644
--- a/mpv.el
+++ b/mpv.el
@@ -101,7 +101,7 @@ prepended to ARGS."
     (setq mpv--process
           (apply #'start-process "mpv-player" nil mpv-executable
                  "--no-terminal"
-                 (concat "--input-unix-socket=" socket)
+                 (concat "--input-ipc-server=" socket)
                  (append mpv-default-options args)))
     (set-process-query-on-exit-flag mpv--process nil)
     (set-process-sentinel



reply via email to

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