aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorforcer <forcer>2006-06-07 13:46:00 +0000
committerforcer <mwolson@gnu.org>2006-06-07 13:46:00 +0000
commit36740ba4867876568390f5c83e603ce80869daff (patch)
tree86a219a926fd2d80fcdde21db49fcbd025183fbd /emms.el
parentf6694b874ce8cfa5651eceffbdbd0076bda44b7e (diff)
Typo, defvar => defcustom for emms-cache-set-function
darcs-hash:20060607134647-2189f-af24ce177889add0924b39268a1924d36f3c8f82.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index ca04788..cdc8a5d 100644
--- a/emms.el
+++ b/emms.el
@@ -218,7 +218,7 @@ This is called with two arguments, the type and the name."
:group 'emms
:type 'function)
-(defvar emms-cache-set-function nil
+(defcustom emms-cache-set-function nil
"A function to add/set a track entry from the cache.
This is called with a single argument, the track."
:group 'emms