diff options
Diffstat (limited to 'lisp/mouse.el')
| -rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 9c7bf6f9c36..a1aa104495a 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -880,9 +880,9 @@ DO-MOUSE-DRAG-REGION-POST-PROCESS should only be used by | |||
| 880 | (copy-region-as-kill (mark) (point))))) | 880 | (copy-region-as-kill (mark) (point))))) |
| 881 | 881 | ||
| 882 | ;; Otherwise, run binding of terminating up-event. | 882 | ;; Otherwise, run binding of terminating up-event. |
| 883 | (deactivate-mark) | ||
| 883 | (if do-multi-click | 884 | (if do-multi-click |
| 884 | (goto-char start-point) | 885 | (goto-char start-point) |
| 885 | (deactivate-mark) | ||
| 886 | (unless moved-off-start | 886 | (unless moved-off-start |
| 887 | (pop-mark))) | 887 | (pop-mark))) |
| 888 | 888 | ||