From 4bc8afdebbf0a8481688f7d4d58b758a74390b12 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Fri, 9 Jun 2006 04:20:00 +0000 Subject: emms-setup: Get rid of pointless compiler warning. darcs-hash:20060609042002-1bfb2-16505ccb1e785f16743bda984768c03d07eb7a74.gz --- emms-setup.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emms-setup.el b/emms-setup.el index dc55b36..693d40b 100644 --- a/emms-setup.el +++ b/emms-setup.el @@ -84,7 +84,8 @@ audio files, and a metadata cache." (add-to-list 'emms-info-functions 'emms-info-mp3info) (add-to-list 'emms-info-functions 'emms-info-ogginfo) (setq emms-track-description-function 'emms-info-track-description) - (emms-cache 1)) + (when (fboundp 'emms-cache) ; work around compiler warning + (emms-cache 1))) ;;;###autoload (defun emms-all () -- cgit v1.2.3