diff options
author | Michael Olson <mwolson@gnu.org> | 2006-11-19 05:19:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-11-19 05:19:00 +0000 |
commit | b4b5e24a6ce5b7049a95ddc66949b7b1d1b99d67 (patch) | |
tree | da116a2be1a05e579d97a6e9135738bdf78f6557 | |
parent | 308290aa272fff106c81d1f4ae51b76190d8fe12 (diff) |
emms.el: Fix compiler warning
darcs-hash:20061119051946-1bfb2-780c256c18693a4e5af05fc01d7c04320d9afd1d.gz
-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 |