aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormwolson <mwolson>2005-09-19 13:53:00 +0000
committermwolson <mwolson@gnu.org>2005-09-19 13:53:00 +0000
commitdc3401cab4539e59313affe4e3e7a3596eb43413 (patch)
treec55d4ef219e307dadb802e1affff57a3ff3f78f6
parent8406c54c6fbf440c5567027828ab477c972f9752 (diff)
Make emms-playlist-current-clear an interactive function.
darcs-hash:20050919135301-66c01-bb3595657d5e510ad3c22668bcc891a09574da20.gz
-rw-r--r--emms.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emms.el b/emms.el
index 3e73faa..96726ac 100644
--- a/emms.el
+++ b/emms.el
@@ -458,6 +458,7 @@ If called interactively, the new buffer is also selected."
(defun emms-playlist-current-clear ()
"Clear the current playlist.
If no current playlist exists, a new one is generated."
+ (interactive)
(if (or (not emms-playlist-buffer)
(not (buffer-live-p emms-playlist-buffer)))
(setq emms-playlist-buffer (emms-playlist-new))