diff options
author | mwolson <mwolson> | 2005-09-19 13:53:00 +0000 |
---|---|---|
committer | mwolson <mwolson@gnu.org> | 2005-09-19 13:53:00 +0000 |
commit | dc3401cab4539e59313affe4e3e7a3596eb43413 (patch) | |
tree | c55d4ef219e307dadb802e1affff57a3ff3f78f6 | |
parent | 8406c54c6fbf440c5567027828ab477c972f9752 (diff) |
Make emms-playlist-current-clear an interactive function.
darcs-hash:20050919135301-66c01-bb3595657d5e510ad3c22668bcc891a09574da20.gz
-rw-r--r-- | emms.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |