]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 17 Jul 2009 23:27:28 +0000 (23:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 17 Jul 2009 23:27:28 +0000 (23:27 +0000)
lisp/mouse.el

index 9e25078e72a9e1e0ab3eec66328ea414f43a1587..168a82e1742943173bfd96e634b15a40dbda4f33 100644 (file)
@@ -1373,7 +1373,7 @@ before inserting the text."
   (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 @@ regardless of where you click."
   (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