diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-12 03:29:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-12 03:29:00 +0000 |
commit | 85576f435200a8a40686e78fda148cf4047fba3b (patch) | |
tree | abc26bea9a7b7b8b5e01c1d4093dba0c46f2af12 | |
parent | 9bc8c6f54c74e2b37a79358aad28409b0d79a74c (diff) |
emms-player-mpd: Make last compiler warning go away with some `put' trickery.
darcs-hash:20060412032926-1bfb2-1aae9faa36ff47ed53027cf5bfc4871adc7248b7.gz
-rw-r--r-- | emms-player-mpd.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |