aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mpc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el
index 6e69b6fa9d0..a5fc376eaea 100644
--- a/lisp/mpc.el
+++ b/lisp/mpc.el
@@ -1263,7 +1263,7 @@ If PLAYLIST is t or nil or missing, use the main playlist."
1263 (let ((ol (make-overlay 1263 (let ((ol (make-overlay
1264 (line-beginning-position) (line-beginning-position 2)))) 1264 (line-beginning-position) (line-beginning-position 2))))
1265 (overlay-put ol 'mpc-select t) 1265 (overlay-put ol 'mpc-select t)
1266 (overlay-put ol 'face 'region) 1266 (overlay-put ol 'face 'highlight)
1267 (overlay-put ol 'evaporate t) 1267 (overlay-put ol 'evaporate t)
1268 (push ol mpc-select))) 1268 (push ol mpc-select)))
1269 1269
@@ -1562,7 +1562,7 @@ when constructing the set of constraints."
1562 (move-overlay mpc-tagbrowser-all-ol 1562 (move-overlay mpc-tagbrowser-all-ol
1563 (point) (line-beginning-position 2)) 1563 (point) (line-beginning-position 2))
1564 (let ((ol (make-overlay (point) (line-beginning-position 2)))) 1564 (let ((ol (make-overlay (point) (line-beginning-position 2))))
1565 (overlay-put ol 'face 'region) 1565 (overlay-put ol 'face 'highlight)
1566 (overlay-put ol 'evaporate t) 1566 (overlay-put ol 'evaporate t)
1567 (setq-local mpc-tagbrowser-all-ol ol)))))) 1567 (setq-local mpc-tagbrowser-all-ol ol))))))
1568 1568