changeset 103950:6d93a06037ee

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 17 Jul 2009 23:27:28 +0000
parents d7999ea3bbc2
children fcd80b58a694
files lisp/mouse.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mouse.el	Fri Jul 17 23:24:54 2009 +0000
+++ b/lisp/mouse.el	Fri Jul 17 23:27:28 2009 +0000
@@ -1373,7 +1373,7 @@
   (when select-active-regions
     ;; Without this, confusing things happen upon e.g. inserting into
     ;; the middle of an active region.
-    (deactivate-mark t))
+    (deactivate-mark))
   (or mouse-yank-at-point (mouse-set-point click))
   (setq this-command 'yank)
   (setq mouse-selection-click-count 0)
@@ -1390,7 +1390,7 @@
   (when select-active-regions
     ;; Without this, confusing things happen upon e.g. inserting into
     ;; the middle of an active region.
-    (deactivate-mark t))
+    (deactivate-mark))
   (or mouse-yank-at-point (mouse-set-point click))
   (let ((primary (x-get-selection 'PRIMARY)))
     (if primary