From eab6e8de15b92970e5667c1709b4a1cab1a02e5c Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 28 Dec 2007 19:10:00 +0000 Subject: delete-duplicate-def-of-emms-track-simple-description.dpatch Mathias patch added a new definition without removing the old one. darcs-hash:20071228191005-c06f4-b406d86dd1c9f1ba33285d8501d2cbe09727f5ca.gz --- emms.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/emms.el b/emms.el index 48242a3..4825cbd 100644 --- a/emms.el +++ b/emms.el @@ -589,15 +589,6 @@ a description into a playlist buffer." (emms-playlist-track-updated track) (run-hook-with-args 'emms-track-updated-functions track)) -(defun emms-track-simple-description (track) - "Simple function to give a user-readable description of a track. -If it's a file track, just return the file name. -Otherwise, return the type and the name with a colon in between." - (if (eq 'file (emms-track-type track)) - (emms-track-name track) - (concat (symbol-name (emms-track-type track)) - ": " (emms-track-name track)))) - (defun emms-track-simple-description (track) "Simple function to give a user-readable description of a track. If it's a file track, just return the file name. Otherwise, -- cgit v1.2.3