From 079e9b43cb95ff95649a06e8949e35fdef5a7647 Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 15 Sep 2005 22:36:00 +0000 Subject: Removing the old emms-save-playlist darcs-hash:20050915223636-4f952-c412dd199396faaac1a400124393c4a08ecf111c.gz --- emms-source-file.el | 11 ----------- 1 file changed, 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... :) -- cgit v1.2.3