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

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

[elpa] externals/emms 22f3d9e535: * emms-streams.el: fix autoloads


From: ELPA Syncer
Subject: [elpa] externals/emms 22f3d9e535: * emms-streams.el: fix autoloads
Date: Fri, 22 Apr 2022 09:57:47 -0400 (EDT)

branch: externals/emms
commit 22f3d9e5359c565b33f55715f90fbde35e4f675e
Author: Yoni Rabkin <yoni@rabkins.net>
Commit: Yoni Rabkin <yoni@rabkins.net>

    * emms-streams.el: fix autoloads
    
    small patch by Gerard Vermeulen
---
 emms-streams.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/emms-streams.el b/emms-streams.el
index bb8a29c2c6..c223b95a34 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -150,13 +150,14 @@
 ;;; ------------------------------------------------------------------
 
 (defun emms-streams-install ()
-  (interactive)
   "Install the built-in streams file."
+  (interactive)
   (emms-streams-install-file emms-streams-file))
 
+;;;###autoload
 (defun emms-streams ()
-  (interactive)
   "Create or switch to the built-in streaming audio playlist."
+  (interactive)
   (when (and (not (file-exists-p emms-streams-file))
             (y-or-n-p "Emms' built-in streams file hasn't been installed yet. 
Install it now?"))
     (emms-streams-install))



reply via email to

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