From 380ab5ab2800dd2632b4a9b5f1f07973df73fa1d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 21:36:27 +0000 Subject: *** no comment *** --- chess-transport.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chess-transport.el') diff --git a/chess-transport.el b/chess-transport.el index 5d9e5b7..47fe16a 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -26,7 +26,11 @@ ((eq event 'send) ;; Transmit the string given in `(car args)' to the outbound ;; transport from here - ))) + ) + + (t + ;; Pass all other events down to chess-network + (apply 'chess-network-handler event args)))) ;; Call `(chess-engine-submit engine STRING)' for text that arrives ;; from the inbound transport -- cgit v1.2.3