diff lisp/ChangeLog @ 103949:d7999ea3bbc2

* mouse.el (mouse-yank-primary): If select-active-regions is non-nil, deactivate the mark before insertion.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 17 Jul 2009 23:24:54 +0000
parents 53e13148fb68
children c59b9da550fc
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jul 17 19:43:49 2009 +0000
+++ b/lisp/ChangeLog	Fri Jul 17 23:24:54 2009 +0000
@@ -9,8 +9,9 @@
 	* w32-fns.el (x-selection-owner-p): New function.
 
 	* mouse.el (mouse-drag-track): Call deactivate-mark earlier.
-	(mouse-yank-at-click): If select-active-regions is non-nil,
-	deactivate the mark before insertion.
+	(mouse-yank-at-click, mouse-yank-primary): If
+	select-active-regions is non-nil, deactivate the mark before
+	insertion.
 
 	* simple.el (deactivate-mark, set-mark): Only save selection if we
 	own it.