aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emms.el b/emms.el
index 28ece74..7af7176 100644
--- a/emms.el
+++ b/emms.el
@@ -765,6 +765,7 @@ If no playlist exists, a new one is generated."
(error "No track at position %s" pos))
(when (not emms-playlist-selected-marker)
(setq emms-playlist-selected-marker (make-marker)))
+ (set-marker-insertion-type emms-playlist-selected-marker t)
(set-marker emms-playlist-selected-marker pos)
(run-hooks 'emms-playlist-selection-changed-hook))