diff options
Diffstat (limited to 'chess-transport.el')
| -rw-r--r-- | chess-transport.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-transport.el b/chess-transport.el index dc5995d..8049e7c 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -5,6 +5,10 @@ ;; receive. This could be used for transmitting chess.el protocol ;; over CTCP, for example. ;; +;; NOTE: 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. +;; ;; $Revision$ (require 'chess-network) |
