aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorforcer <forcer>2005-09-13 11:56:00 +0000
committerforcer <mwolson@gnu.org>2005-09-13 11:56:00 +0000
commit183d1e623555d579cd981e3a32cce0f2f8323643 (patch)
tree216133abb7c9e7807ec40214b9f9e9bd36c431c8 /emms.el
parent2eb4f321a46888dad9fb35996e5d081db1a71517 (diff)
Don't make emms-playlist-sort and emms-playlist-shuffle interactive.
darcs-hash:20050913115644-2189f-26baa0c5e9ad16fdcf21266ea5ac7debfafb1e54.gz
Diffstat (limited to 'emms.el')
-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