branch: externals/listen commit 259e9772b52402c39015d24aeb6797d85afba9e7 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Comment: Add TODO --- listen-queue.el | 1 + 1 file changed, 1 insertion(+) diff --git a/listen-queue.el b/listen-queue.el index e8611635b1..1b2ee5a409 100644 --- a/listen-queue.el +++ b/listen-queue.el @@ -636,6 +636,7 @@ queue buffer." "Revert QUEUE's buffer. When RELOADP (interactively, with prefix), reload tracks from disk." + ;; TODO: Revise the terminology (i.e. "revert" should mean to revert from disk). (interactive (list listen-queue :reloadp current-prefix-arg)) (when reloadp (listen-queue-reload queue))