summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-07-17 23:27:28 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-07-17 23:27:28 +0000
commit6a261238d2169a167bd250dd754310089002e4ff (patch)
tree7a2b62285d571d8e92e657a20ddb8ad1c63210c1 /lisp/mouse.el
parentd25002bdac869ff7fdb6b8003f2c9b7c985d6bb4 (diff)
downloademacs-6a261238d2169a167bd250dd754310089002e4ff.tar.gz
Fix last change.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 9e25078e72a..168a82e1742 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -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