branch: externals/listen
commit 379e4db75e3a4bb65a6f8fdda77d986c1c411b3d
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Comment: Remove FIXME
Testing in a clean config seems to show that the autoload does work as
intended.
---
listen.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/listen.el b/listen.el
index 37358b2755..e06eb20270 100755
--- a/listen.el
+++ b/listen.el
@@ -330,7 +330,6 @@ TIME is a string like \"SS\", \"MM:SS\", or \"HH:MM:SS\"."
;; It seems that autoloading the transient prefix command doesn't work
;; as expected, so we'll try this workaround.
-;; FIXME(v0.7): This doesn't seem to work either.
;;;###autoload
(defalias 'listen #'listen-menu)