diff options
Diffstat (limited to 'chess-transport.el')
| -rw-r--r-- | chess-transport.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chess-transport.el b/chess-transport.el index 1262817..dcec224 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -21,6 +21,9 @@ ;; kind of transport might collide. For example: ;; ;; (set (make-local-variable 'chess-transport-data) (car args)) + ;; + ;; NOTE: Be sure not to return a process, or else chess-engine + ;; will do all the transport work! ) ((eq event 'send) |
