aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 2e50a44f676..98711f4e767 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -402,6 +402,7 @@ This should be bound to a mouse drag event."
402 (or transient-mark-mode 402 (or transient-mark-mode
403 (eq (framep (selected-frame)) 'x) 403 (eq (framep (selected-frame)) 'x)
404 (eq (framep (selected-frame)) 'pc) 404 (eq (framep (selected-frame)) 'pc)
405 (eq (framep (selected-frame)) 'win32)
405 (sit-for 1)) 406 (sit-for 1))
406 (push-mark) 407 (push-mark)
407 (set-mark (point)) 408 (set-mark (point))