From 4a174ab71e24c4459fdd015194041bf05f4b1ea1 Mon Sep 17 00:00:00 2001 From: yoni-r Date: Thu, 22 Jun 2006 20:46:00 +0000 Subject: function name change + testing emms-patches mailing-list darcs-hash:20060622204637-85c19-cd8bc0fdb4fdad6279d9996c0820de139e13dc27.gz --- emms-playlist-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emms-playlist-mode.el') diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 3c12dcd..aa66602 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -125,7 +125,7 @@ composed of other playlists." (define-key map (kbd "r") 'emms-random) (define-key map (kbd "C") 'emms-playlist-clear) (define-key map (kbd "") 'emms-playlist-mode-play-current-track) - (define-key map (kbd "RET") 'emms-playlist-mode-play-dtrt) + (define-key map (kbd "RET") 'emms-playlist-mode-play-smart) map) "Keymap for `emms-playlist-mode'.") @@ -169,7 +169,7 @@ FUN should be a function." (emms-stop)) (emms-start)) -(defun emms-playlist-mode-play-dtrt () +(defun emms-playlist-mode-play-smart () "Determine the best operation to take on the current track. If on a playlist, and `emms-playlist-mode-open-playlists' is -- cgit v1.2.3