diff options
author | lucas <lucas> | 2005-09-16 11:39:00 +0000 |
---|---|---|
committer | lucas <mwolson@gnu.org> | 2005-09-16 11:39:00 +0000 |
commit | 1690b1313085fecc75755498fd4bb59ed9edcadb (patch) | |
tree | 56c649e21701975f454f4766948b9a43fb119d2c | |
parent | 7d607a99baa1d182e331275be19155369b973bdc (diff) |
Fixing a typo in emms-playlist-save-active
darcs-hash:20050916113911-4f952-3aba93912d958f141fe139e53dd32c3d83fccad5.gz
-rw-r--r-- | emms.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ If no playlist exists, a new one is generated." (defun emms-playlist-save-active (filename) "Save the active EMMS playlist in native format." (interactive "FFile to save playlist as: ") - (emms-save-playlist emms-playlist-buffer filename)) + (emms-playlist-save emms-playlist-buffer filename)) (defun emms-playlist-save-as-m3u (playlist filename) "Save a playlist in .m3u format." |