From 0af69e62ec87c6e83b6f45e3b0d0981247152358 Mon Sep 17 00:00:00 2001 From: forcer Date: Wed, 7 Jun 2006 15:57:00 +0000 Subject: emms.el: The currently playing marker now should stay where it is, even for yanks darcs-hash:20060607155759-2189f-f540a9d5692c72e253500b0580b42c5fad981ba5.gz --- emms.el | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit v1.2.3