From ae1e9834c874dcb471847e6a34367d0b22c6be62 Mon Sep 17 00:00:00 2001 From: Mike Kazantsev Date: Mon, 2 Jul 2018 14:57:48 +0500 Subject: * lisp/emms-player-mpv.el: fix emacs-26 ipc issue #3190 workaround check --- lisp/emms-player-mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/emms-player-mpv.el b/lisp/emms-player-mpv.el index 1dc92d5..51cbb95 100644 --- a/lisp/emms-player-mpv.el +++ b/lisp/emms-player-mpv.el @@ -237,7 +237,7 @@ to indicate that playback should stop instead of switching to next track.") "Delay before issuing `emms-player-stopped' when mpv unexpectedly goes idle.") -(defvar emms-player-mpv-ipc-conn-emacs-26-workaround (> emacs-major-version 26) +(defvar emms-player-mpv-ipc-conn-emacs-26-workaround (>= emacs-major-version 26) "Non-nil to enable workaround for issue #31901 in emacs 26.0-26.1 and possibly later versions. These seem to fail to call sentinel function for unix socket network processes that were started with :nowait t, so blocking connections are used there instead.") -- cgit v1.2.3