emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/listen 9ccf1ff0d1 09/16: Change: (listen-library-from-q


From: ELPA Syncer
Subject: [elpa] externals/listen 9ccf1ff0d1 09/16: Change: (listen-library-from-queue) Rename command
Date: Thu, 29 Feb 2024 06:58:30 -0500 (EST)

branch: externals/listen
commit 9ccf1ff0d17e09bd536ec4654b9bc38fd55e1207
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Change: (listen-library-from-queue) Rename command
---
 README.org      | 2 +-
 listen-queue.el | 4 ++--
 listen.el       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index b8f9779b48..ce54d9762c 100644
--- a/README.org
+++ b/README.org
@@ -69,7 +69,7 @@ Use the command ~listen~ to show the Transient menu.  From 
there, it is--hopeful
 
 *Additions*
 + Command ~listen-library-from-mpd~ shows tracks selected from MPD in a 
library view.
-+ Command ~listen-queue-as-library~ shows tracks selected from a queue buffer 
in a library view.
++ Command ~listen-library-from-queue~ shows tracks selected from a queue 
buffer in a library view.
 
 *Changes*
 + Reading tracks from MPD allows multiple selection using 
~completing-read-multiple~.
diff --git a/listen-queue.el b/listen-queue.el
index f20cc66796..bb38519f6a 100644
--- a/listen-queue.el
+++ b/listen-queue.el
@@ -140,7 +140,7 @@
                             "o" (lambda (_) (call-interactively 
#'listen-queue-order-by))
                             "s" (lambda (_) (listen-queue-shuffle 
listen-queue))
                             "l" (lambda (_) "Show (selected) tracks in library 
view."
-                                  (call-interactively 
#'listen-queue-as-library))
+                                  (call-interactively 
#'listen-library-from-queue))
                             "!" (lambda (_) (call-interactively 
#'listen-queue-shell-command)))))
           (goto-char (point-min))
           (listen-queue--highlight-current)
@@ -324,7 +324,7 @@ which see."
            return buffer))
 
 (declare-function listen-library "listen-library")
-(cl-defun listen-queue-as-library (&key tracks queue)
+(cl-defun listen-library-from-queue (&key tracks queue)
   "Display TRACKS from QUEUE in library view.
 Interactively, use tracks from QUEUE (or selected ones in its
 buffer, if any)."
diff --git a/listen.el b/listen.el
index 5be0e2a057..243cb4ac40 100755
--- a/listen.el
+++ b/listen.el
@@ -308,7 +308,7 @@ TIME is a string like \"SS\", \"MM:SS\", or \"HH:MM:SS\"."
    ["Library view"
     ("lf" "from files" listen-library)
     ("lm" "from MPD" listen-library-from-mpd)
-    ("lq" "from queue" listen-queue-as-library)]]
+    ("lq" "from queue" listen-library-from-queue)]]
 
   [["Queue mode"
     :description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]