From 6f3a268219ecb338e7d25a0d2cdbfc6240d76271 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 17 Jul 2009 23:27:28 +0000 Subject: [PATCH] Fix last change. --- lisp/mouse.el | 4 ++-- 1 file 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 -- 2.39.2