# HG changeset patch # User Chong Yidong # Date 1247873248 0 # Node ID 6d93a06037eea556f0ff68c22e4b62191d0a2c21 # Parent d7999ea3bbc27ef3fcc41a2707f19387799f4aaf Fix last change. diff -r d7999ea3bbc2 -r 6d93a06037ee lisp/mouse.el --- 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