diff options
-rw-r--r-- | emms-playlist-mode.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index f99c850..d47f17b 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -385,11 +385,6 @@ of the saved playlist inside." (emms-playlist-select (point)) (switch-to-buffer (current-buffer))))) -(defun emms-playlist-mode-save-active-buffer (filename) - "Saves the active playlist buffer to a file." - (interactive "FFile to save playlist buffer as: ") - (emms-playlist-mode-save-buffer emms-playlist-buffer filename)) - ;;; -------------------------------------------------------- ;;; Local functions ;;; -------------------------------------------------------- |