X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7a6bda45ea24174e8c4c8f976958d9cdb5e8e223..1ddd96f5cf0b06846edd03d6b225c31206cee0b7:/lisp/mouse-sel.el diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 8f27b0e162..50d221b6fa 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.")