branch: externals/listen
commit b18838945c03a32e79b8e5ca7c8b6b470d3fd06e
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Comment: Update
---
listen.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/listen.el b/listen.el
index 039a94fc30..8b16f24941 100755
--- a/listen.el
+++ b/listen.el
@@ -348,8 +348,8 @@ TIME is a string like \"SS\", \"MM:SS\", or \"HH:MM:SS\"."
(defvar listen-queue-repeat-mode)
-;; It seems that autoloading the transient prefix command doesn't work
-;; as expected, so we'll try this workaround.
+;; TODO(someday): Simplify autoload when requiring Emacs 30. See
+;; <https://github.com/magit/transient/issues/280>.
;;;###autoload (autoload 'listen-menu "listen" nil t)
(transient-define-prefix listen-menu ()