From 8c1b4530b698cb8d439589c1b534246b112444ae Mon Sep 17 00:00:00 2001 From: William Xu Date: Sat, 17 Jul 2010 17:46:34 +0800 Subject: (emms-info-track-description): Fix usage of `cond'. --- lisp/emms-info.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/emms-info.el b/lisp/emms-info.el index 2d089ac..2f3b7bc 100644 --- a/lisp/emms-info.el +++ b/lisp/emms-info.el @@ -1,6 +1,6 @@ ;;; emms-info.el --- Retrieving track information -;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation Inc. ;; Author: Jorgen Schaefer @@ -132,7 +132,8 @@ Return nil otherwise." (concat artist " - " title)) (title title) - (emms-track-simple-description track)))) + (t + (emms-track-simple-description track))))) (provide 'emms-info) ;;; emms-info.el ends here -- cgit v1.2.3