From 162ccacf2da18280abc4c182b99c0151097ef2b3 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Wed, 7 Jun 2006 21:52:00 +0000 Subject: emms-playlist-mode: When making new overlays, do not allow the rear to advance. This prevents some display issues. If we really need to modify the text there, we should be using (insert-before-markers). darcs-hash:20060607215212-1bfb2-f306058603a47453dffe2182b8730cc3d9aaf5d9.gz --- emms-playlist-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 20a1138..a4280d2 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -299,7 +299,7 @@ function switches back to the remembered buffer." (setq emms-playlist-mode-selected-overlay (make-overlay (car reg) (cdr reg) - nil t t)) + nil t nil)) (overlay-put emms-playlist-mode-selected-overlay 'face 'emms-playlist-selected-face) (overlay-put emms-playlist-mode-selected-overlay -- cgit v1.2.3