From 9ad8812f86719c346246b4fa70177b0d46a96dc0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 11:56:01 +0000 Subject: *** no comment *** --- chess-transport.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chess-transport.el') diff --git a/chess-transport.el b/chess-transport.el index f4a72d8..5d9e5b7 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -18,7 +18,9 @@ ;; Initialize the transport here, if necessary. Make sure that ;; any housekeeping data you use is kept in buffer-local ;; variables. Otherwise, multiple games played using the same - ;; kind of transport might collide. + ;; kind of transport might collide. For example: + ;; + ;; (set (make-local-variable 'chess-transport-data) (car args)) ) ((eq event 'send) -- cgit v1.2.3