emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [COMMIT] emms-tag-editor: Fix compiler warning.


From: Michael Olson
Subject: [Emms-patches] [COMMIT] emms-tag-editor: Fix compiler warning.
Date: Fri, 19 Sep 2008 21:35:17 -0700

---
 lisp/emms-tag-editor.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/emms-tag-editor.el b/lisp/emms-tag-editor.el
index 783abb0..90062b4 100644
--- a/lisp/emms-tag-editor.el
+++ b/lisp/emms-tag-editor.el
@@ -1,6 +1,6 @@
 ;;; emms-tag-editor.el --- Edit track tags.
 
-;; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 ;;
 ;; Author: Ye Wenbin <address@hidden>
 
@@ -33,6 +33,8 @@
     (require 'overlay)
   (error nil))
 (require 'emms)
+(eval-when-compile
+  (require 'emms-info-metaflac))
 (require 'emms-info-mp3info)
 (require 'emms-playlist-mode)
 (require 'emms-mark)
-- 
debian.1.5.6.1.19.ge6b2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]