[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/emms e956f7aa01: * emms.el: `emms-repeat-track' is now
From: |
ELPA Syncer |
Subject: |
[elpa] externals/emms e956f7aa01: * emms.el: `emms-repeat-track' is now buffer local. |
Date: |
Thu, 5 Dec 2024 21:58:16 -0500 (EST) |
branch: externals/emms
commit e956f7aa0103211f4daa0e8c4a9db4e1206c69dc
Author: Yoni Rabkin <yrk@gnu.org>
Commit: Yoni Rabkin <yrk@gnu.org>
* emms.el: `emms-repeat-track' is now buffer local.
---
emms.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/emms.el b/emms.el
index e8781c3c06..5641b2f804 100644
--- a/emms.el
+++ b/emms.el
@@ -103,11 +103,9 @@ are played sequentially."
(setq emms-player-next-function #'emms-next-noerror)))
:type 'boolean)
-(defcustom emms-repeat-track nil
+(defvar-local emms-repeat-track nil
"Non-nil, playback will repeat current track. If nil, EMMS will play
-track by track normally."
- :group 'emms
- :type 'boolean)
+track by track normally.")
(defvar-local emms-single-track nil
"Non-nil, play the current track and then stop.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/emms e956f7aa01: * emms.el: `emms-repeat-track' is now buffer local.,
ELPA Syncer <=