diff options
author | yoni-r <yoni-r> | 2006-06-22 20:46:00 +0000 |
---|---|---|
committer | yoni-r <mwolson@gnu.org> | 2006-06-22 20:46:00 +0000 |
commit | 4a174ab71e24c4459fdd015194041bf05f4b1ea1 (patch) | |
tree | c04bc35a50802033d74589009a0f8b9c46a2245b | |
parent | 4b201371ac9d96070c13bfd8da9bebeb5dc5df10 (diff) |
function name change + testing emms-patches mailing-list
darcs-hash:20060622204637-85c19-cd8bc0fdb4fdad6279d9996c0820de139e13dc27.gz
-rw-r--r-- | emms-playlist-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 "<mouse-2>") '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 |