diff options
author | Trent Buck <trentbuck@gmail.com> | 2006-04-09 20:55:00 +0000 |
---|---|---|
committer | Trent Buck <trentbuck@gmail.com> | 2006-04-09 20:55:00 +0000 |
commit | db10180b8bf08bc7fc69773025deb6a0a20c0176 (patch) | |
tree | fe78acf43ab5577b4046edf2613eb04b4ed1cdc6 | |
parent | 65642af528f886fae0e370fa511b6fb150df4a5e (diff) |
patch resolution
darcs-hash:20060409205547-8f417-949ecd292c7800526e6195dbf3c11c1a33aee032.gz
-rw-r--r-- | emms-info-libtag.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-info-libtag.el b/emms-info-libtag.el index de02489..04cf3b3 100644 --- a/emms-info-libtag.el +++ b/emms-info-libtag.el @@ -42,6 +42,8 @@ ;;; Code: +(require 'emms-info) + (defvar emms-info-libtag-coding-system 'utf-8) (defvar emms-info-libtag-program-name "emms-print-metadata") |