aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorlucas <lucas>2005-09-16 11:39:00 +0000
committerlucas <mwolson@gnu.org>2005-09-16 11:39:00 +0000
commit1690b1313085fecc75755498fd4bb59ed9edcadb (patch)
tree56c649e21701975f454f4766948b9a43fb119d2c /emms.el
parent7d607a99baa1d182e331275be19155369b973bdc (diff)
Fixing a typo in emms-playlist-save-active
darcs-hash:20050916113911-4f952-3aba93912d958f141fe139e53dd32c3d83fccad5.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index b9bfcde..224f0bb 100644
--- a/emms.el
+++ b/emms.el
@@ -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."