diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-14 19:52:56 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-14 19:52:56 +0000 |
| commit | d5e9f0a3c531104936728c5a599dde77c67319b0 (patch) | |
| tree | 0868b9db313b9f15ddd9e74050171237cd8b889f /chess-ics.el | |
| parent | d881274ead232567cf80f0057031b05f5b0551bc (diff) | |
*** no comment ***
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ics.el b/chess-ics.el index 2ca62a2..4b1284a 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -211,7 +211,7 @@ who is black." ;; name from the output (comint-send-string "guest\n\n")))) - nil) + t) ((eq event 'match) (setq chess-engine-pending-offer 'match) |
