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 779d4fa5b67..5f032754c00 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -111,6 +111,7 @@ This must be bound to a mouse drag event."
111 (eq (framep (selected-frame)) 'x)) 111 (eq (framep (selected-frame)) 'x))
112 (sit-for 1)) 112 (sit-for 1))
113 (push-mark) 113 (push-mark)
114 (set-mark (point))
114 (if (numberp (posn-point end)) 115 (if (numberp (posn-point end))
115 (goto-char (posn-point end))))) 116 (goto-char (posn-point end)))))
116 117