diff options
author | Michael Olson <mwolson@gnu.org> | 2008-09-19 21:35:17 -0700 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-09-19 21:35:17 -0700 |
commit | ba8b47960a5722d28ada46d850a9272cd5482a66 (patch) | |
tree | 5b7869090769c45d978a48934bb6d5724738a73b /lisp | |
parent | 99c433e442aac0a9ef40f45089b8a57136a061c3 (diff) |
emms-tag-editor: Fix compiler warning.
Diffstat (limited to 'lisp')
-rw-r--r-- | 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 <wenbinye@163.com> @@ -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) |