From 460c0fbaf95afc285c0d5f34c7a514bd56292902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bockg=C3=A5rd?= Date: Tue, 12 Jul 2011 23:59:09 +0200 Subject: * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face. --- lisp/mouse-sel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mouse-sel.el') diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 8f27b0e162b..50d221b6fa0 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -279,7 +279,7 @@ kill ring; mouse-1 or mouse-3 kills it." (defconst mouse-sel-primary-overlay (let ((ol (make-overlay (point-min) (point-min)))) (delete-overlay ol) - (overlay-put ol 'face 'secondary-selection) + (overlay-put ol 'face 'region) ol) "An overlay which records the current primary selection. This is used by Mouse Sel mode only.") -- cgit v1.2.1