branch: externals/listen
commit 54f8764ff14d97c281214d70a97f465e3af07720
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Fix: (listen-queue) oops
    
    That's not an accessor.
---
 listen-queue.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/listen-queue.el b/listen-queue.el
index e7df106308..2e2a624705 100644
--- a/listen-queue.el
+++ b/listen-queue.el
@@ -226,7 +226,6 @@ Useful for when `save-excursion' does not preserve point."
                           "l" (lambda (_) "Show (selected) tracks in library 
view."
                                 (call-interactively 
#'listen-library-from-queue))
                           "!" (lambda (_) (call-interactively 
#'listen-queue-shell-command)))))
-        (setf (listen-queue-buffer queue) (current-buffer))
         (listen-queue--annotate-buffer)
         (listen-queue-goto-current)))
     ;; NOTE: We pop to the buffer outside of `with-current-buffer' so

Reply via email to