summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-03 20:56:29 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-03 20:56:29 +0000
commit8f8747788fe4e63170df051c03481aa4941d4d24 (patch)
tree03f1bb12fd380bcdcf81fd44e8854a6549fbef45 /lisp/frame.el
parent3fdfb325c69838d4fbc59fd975a24fcc2e620270 (diff)
downloademacs-8f8747788fe4e63170df051c03481aa4941d4d24.tar.gz
(other-frame): Subtract 1 from hpos for new mouse position.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index f40516d4308..6ba3c863f99 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -376,7 +376,7 @@ A negative ARG moves in the opposite order."
(setq arg (1+ arg)))
(raise-frame frame)
(select-frame frame)
- (set-mouse-position (selected-frame) (frame-width) 0)
+ (set-mouse-position (selected-frame) (1- (frame-width)) 0)
(unfocus-frame)))
;;;; Frame configurations