aboutsummaryrefslogtreecommitdiff
path: root/emms-source-file.el
diff options
context:
space:
mode:
authorlucas <lucas>2005-09-15 22:36:00 +0000
committerlucas <mwolson@gnu.org>2005-09-15 22:36:00 +0000
commit079e9b43cb95ff95649a06e8949e35fdef5a7647 (patch)
treecdf89d08c15f8f8d0dd28e2754665d9bbfad1e24 /emms-source-file.el
parentd5ee498a1c0d2fa545cc8165750d24b454af54d4 (diff)
Removing the old emms-save-playlist
darcs-hash:20050915223636-4f952-c412dd199396faaac1a400124393c4a08ecf111c.gz
Diffstat (limited to 'emms-source-file.el')
-rw-r--r--emms-source-file.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/emms-source-file.el b/emms-source-file.el
index f1f3bb6..7f727e3 100644
--- a/emms-source-file.el
+++ b/emms-source-file.el
@@ -238,17 +238,6 @@ files) can play."
emms-player-list
"\\|"))
-;; Really don't know where to put this, but as the functions for
-;; important and playing a playlist are in ths file i suppose it a
-;; good place for it.
-
-(defun emms-save-playlist (filename)
- "Export the current playlist as to FILENAME. See also:
-`emms-pbi-import-playlist'."
- (interactive "FFile to save playlist as: ")
- (with-temp-file filename
- (mapc (lambda (elt) (insert (cdr (assoc 'name elt)) "\n")) emms-playlist)))
-
;; emms-locate should be part of a once to be emms-dired, with maybe
;; file rename after tag functions and so on, but till then i park it
;; here... :)