summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chess-display.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-display.el b/chess-display.el
index 9439649..68aeea4 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -745,7 +745,7 @@ to the end or beginning."
(if window
(let ((frame (window-frame window)))
(unless (eq frame (selected-frame))
- (select-frame-set-input-focus frame)))
+ (raise-frame frame)))
(let ((params (list (cons 'name "*Chessboard*")
(cons 'height height)
(cons 'width width))))