aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emms.el2
1 files changed, 0 insertions, 2 deletions
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