From 054d7db6de897aa10894d2fa1e813f9fd0cd09d8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 23:11:42 +0000 Subject: *** no comment *** --- chess-display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-display.el') 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)))) -- cgit v1.2.3