diff options
author | forcer <forcer> | 2006-06-07 13:46:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-06-07 13:46:00 +0000 |
commit | 36740ba4867876568390f5c83e603ce80869daff (patch) | |
tree | 86a219a926fd2d80fcdde21db49fcbd025183fbd | |
parent | f6694b874ce8cfa5651eceffbdbd0076bda44b7e (diff) |
Typo, defvar => defcustom for emms-cache-set-function
darcs-hash:20060607134647-2189f-af24ce177889add0924b39268a1924d36f3c8f82.gz
-rw-r--r-- | emms.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |