aboutsummaryrefslogtreecommitdiff
path: root/emms-tag-editor.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-08-19 15:04:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-08-19 15:04:00 +0000
commit8365f1c808490ad348c8fba82ea57f91cb1c996f (patch)
treee64f5475512b3eac3c87e1176574b9d5a2009153 /emms-tag-editor.el
parent03f4b18cee7f843cb8df67f2411b18d44fc941f4 (diff)
Drop eval-when-compile around (require 'overlay)
darcs-hash:20070819150408-1bfb2-c1c9ec1c084499b0e171299a91024d27a41d7db0.gz
Diffstat (limited to 'emms-tag-editor.el')
-rw-r--r--emms-tag-editor.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el
index b9ac99f..6091ca9 100644
--- a/emms-tag-editor.el
+++ b/emms-tag-editor.el
@@ -29,10 +29,9 @@
(eval-when-compile
(require 'cl))
-(eval-when-compile
- (condition-case nil
- (require 'overlay)
- (error nil)))
+(condition-case nil
+ (require 'overlay)
+ (error nil))
(require 'emms)
(require 'emms-info-mp3info)
(require 'emms-playlist-mode)