diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-09 23:11:42 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-09 23:11:42 +0000 |
| commit | 054d7db6de897aa10894d2fa1e813f9fd0cd09d8 (patch) | |
| tree | 5e6a90d28c08cde56a5f8392e5720b58b12d862f | |
| parent | 563a6f68347a416b0c72bd7676481c829fdb78a9 (diff) | |
*** no comment ***
| -rw-r--r-- | chess-display.el | 2 |
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)))) |
