From 85576f435200a8a40686e78fda148cf4047fba3b Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Wed, 12 Apr 2006 03:29:00 +0000 Subject: emms-player-mpd: Make last compiler warning go away with some `put' trickery. darcs-hash:20060412032926-1bfb2-1aae9faa36ff47ed53027cf5bfc4871adc7248b7.gz --- emms-player-mpd.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emms-player-mpd.el') diff --git a/emms-player-mpd.el b/emms-player-mpd.el index a15cb02..2c687fa 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -322,6 +322,10 @@ return at the end of a request.") (when emms-player-mpd-verbose (message "Other MusicPD status change: %s" status)))))) +;; Ignore a useless byte-compile warning +(eval-when-compile + (put 'process-kill-without-query 'byte-compile nil)) + (defun emms-player-mpd-ensure-process () "Make sure that a MusicPD process is currently active." (unless (and emms-player-mpd-process -- cgit v1.2.3