summaryrefslogtreecommitdiff
path: root/lisp/mouse-drag.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mouse-drag.el')
-rw-r--r--lisp/mouse-drag.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el
index 0714078fdea..9affe8b488c 100644
--- a/lisp/mouse-drag.el
+++ b/lisp/mouse-drag.el
@@ -157,7 +157,7 @@ Keep the cursor on the screen as needed."
Basically, we check for existing horizontal scrolling."
(or truncate-lines
(> (window-hscroll (selected-window)) 0)
- (< (window-width) (screen-width))
+ (< (window-width) (frame-width))
(and
mouse-drag-electric-col-scrolling
(save-excursion ;; on a long line?