From b4b5e24a6ce5b7049a95ddc66949b7b1d1b99d67 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 19 Nov 2006 05:19:00 +0000 Subject: emms.el: Fix compiler warning darcs-hash:20061119051946-1bfb2-780c256c18693a4e5af05fc01d7c04320d9afd1d.gz --- emms.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emms.el b/emms.el index 705344b..52f5547 100644 --- a/emms.el +++ b/emms.el @@ -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 -- cgit v1.2.3