branch: externals/emms
commit 0e85b67fae9c6895ca884d426ae11b81caea3e8b
Author: Yoni Rabkin <y...@gnu.org>
Commit: Yoni Rabkin <y...@gnu.org>

    * emms.el: fix strange indentation
---
 emms.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emms.el b/emms.el
index 932bcd9f11..0b9b061faf 100644
--- a/emms.el
+++ b/emms.el
@@ -585,7 +585,7 @@ See `emms-random-playlist'."
   (interactive)
   (customize-set-variable 'emms-random-playlist (not emms-random-playlist))
   (if emms-random-playlist
-         (message "Will play the tracks randomly.")
+      (message "Will play the tracks randomly.")
     (message "Will play the tracks sequentially.")))
 
 (defun emms-toggle-repeat-playlist ()

Reply via email to