From fc5fb5a522e9584a9ff103f2aad7c1d3d717550a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 11:29:37 +0000 Subject: *** no comment *** --- chess-transport.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chess-transport.el b/chess-transport.el index 8049e7c..1aff581 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -18,6 +18,10 @@ (defun chess-transport-handler (event &rest args) "This is an example of a generic transport engine." (cond + ((eq event 'initialize) + ;; initialize your transport here + ) + ((eq event 'send) ;; transmit the string given in (car args) to your outbound ;; transport from here -- cgit v1.2.3