diff options
Diffstat (limited to 'chess-transport.el')
| -rw-r--r-- | chess-transport.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-transport.el b/chess-transport.el index 9911a3f..12dce9a 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -33,7 +33,7 @@ (t ;; Pass all other events down to chess-network - (apply 'chess-network-handler event args))))) + (apply 'chess-network-handler game event args))))) ;; Call `(chess-engine-submit engine STRING)' for text that arrives ;; from the inbound transport |
