aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-06-07 21:52:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-06-07 21:52:00 +0000
commit162ccacf2da18280abc4c182b99c0151097ef2b3 (patch)
treeb7e34be4e1b64b16254554e22e4c54c1a3336639 /emms-playlist-mode.el
parentdb63cada789bce562c80d9db3a941deb32cb4ef0 (diff)
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
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
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