aboutsummaryrefslogtreecommitdiff
path: root/emms-browser.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-09-06 19:19:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-09-06 19:19:00 +0000
commit35c5e3d53e88865d17735df12c51dc7ffc59238e (patch)
treef12de13958a92154d5a6d93ad1cceefbf2dd8282 /emms-browser.el
parent9bd9bbd44f182e41428de04ee99f9ac957eda75e (diff)
emms-browser: Fix compiler warning. Presumably the committer meant to write "performer" rather than "composer".
darcs-hash:20070906191904-1bfb2-1999cf900c7123e0f790f543f9f233f60f6ef440.gz
Diffstat (limited to 'emms-browser.el')
-rw-r--r--emms-browser.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-browser.el b/emms-browser.el
index 48ebc83..471f356 100644
--- a/emms-browser.el
+++ b/emms-browser.el
@@ -1360,9 +1360,9 @@ Disabled by default."
(interactive)
(emms-browser-lookup-pitchfork 'info-composer))
-(defun emms-browser-lookup-composer-on-pitchfork ()
+(defun emms-browser-lookup-performer-on-pitchfork ()
(interactive)
- (emms-browser-lookup-pitchfork 'info-composer))
+ (emms-browser-lookup-pitchfork 'info-performer))
(defun emms-browser-lookup-album-on-pitchfork ()
(interactive)