From 2ae7913992e5a562771194de52b1e92168b51781 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 2 Apr 2006 18:48:00 +0000 Subject: emms-player-mpd: Never set emms-player-stopped-p, since this is only to be done when the user explicitly stops the music. darcs-hash:20060402184833-1bfb2-1ce9edcaafb39aa44a92a0e80c606568c57546ca.gz --- emms-player-mpd.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emms-player-mpd.el b/emms-player-mpd.el index 15f02f5..a2aa884 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -462,7 +462,6 @@ info from MusicPD." (cond ((string= status "stop") (emms-cancel-timer emms-player-mpd-status-timer) (setq emms-player-mpd-status-timer nil) - (setq emms-player-stopped-p t) (emms-player-stopped)) ((string= status "pause") nil) -- cgit v1.2.3