diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-03-01 08:08:28 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-03-01 08:08:28 +0000 |
| commit | 059e5edba1175504698637f734eb5bf975b299fa (patch) | |
| tree | 95e6f08169d73d1ce763ae90945204783c0132eb /chess-maint.el | |
| parent | f115e4627966ae900aef55cb10f9e6207dbe7adf (diff) | |
Playing against crafty now works.
Diffstat (limited to 'chess-maint.el')
| -rw-r--r-- | chess-maint.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-maint.el b/chess-maint.el new file mode 100644 index 0000000..e229c50 --- /dev/null +++ b/chess-maint.el @@ -0,0 +1,4 @@ +(require 'cl) +(defvar chess-modules) +(defvar chess-current-session) +(add-to-list 'load-path ".") |
