From 183d1e623555d579cd981e3a32cce0f2f8323643 Mon Sep 17 00:00:00 2001 From: forcer Date: Tue, 13 Sep 2005 11:56:00 +0000 Subject: Don't make emms-playlist-sort and emms-playlist-shuffle interactive. darcs-hash:20050913115644-2189f-26baa0c5e9ad16fdcf21266ea5ac7debfafb1e54.gz --- emms.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'emms.el') diff --git a/emms.el b/emms.el index 60595e7..b344dc7 100644 --- a/emms.el +++ b/emms.el @@ -664,7 +664,6 @@ This uses `emms-playlist-insert-track-function'." (defun emms-playlist-shuffle (beg end) "Shuffle the tracks in the current buffer between BEG and END." - (interactive "r") (save-excursion (goto-char beg) (let* ((tracks (vconcat (emms-playlist-extract-tracks beg end))) @@ -677,7 +676,6 @@ This uses `emms-playlist-insert-track-function'." (defun emms-playlist-sort (beg end) "Sort the tracks in the current buffer between BEG and END." - (interactive "r") (save-excursion (goto-char beg) (mapc 'emms-playlist-insert-track -- cgit v1.2.3