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 689707f2cc1..ea572c21663 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -300,7 +300,7 @@ This should be bound to a mouse drag event." (goto-char (posn-point posn))) ;; If mark is highlighted, no need to bounce the cursor. (or (and transient-mark-mode - (eq (framep (selected-frame)) 'x)) + (framep (selected-frame))) (sit-for 1)) (push-mark) (set-mark (point)) |
