diff options
-rw-r--r-- | emms.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -256,6 +256,9 @@ The modified track is passed as the argument to this function." This can be used if the source depends on the current buffer not being the playlist buffer.") +(defvar emms-playlist-buffer nil + "The current playlist buffer, if any.") + ;;; Macros @@ -615,9 +618,6 @@ string), a confusing error message would result." ;; any kind of data. Strings of text with a `emms-track' property are ;; the tracks in the buffer. -(defvar emms-playlist-buffer nil - "The current playlist buffer, if any.") - (defvar emms-playlist-buffers nil "The list of EMMS playlist buffers. You should use the `emms-playlist-buffer-list' function to |