diff --git a/lisp/mouse.el b/lisp/mouse.el index 96aa3db85bd..6ee1cfb0fbc 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -675,8 +675,8 @@ If you do this twice in the same position, the selection is killed." (kill-new (buffer-substring (point) (mark t)) t)) ;; We just have point, so set mark here. (mouse-set-mark-fast click) - (kill-ring-save (point) (mark t)) - (mouse-show-mark)) + (kill-ring-save (point) (mark t))) + (mouse-show-mark) (setq mouse-save-then-kill-posn (list (car kill-ring) (point) click-posn))))))