diff options
| author | Mario Lang <mlang@delysid.org> | 2014-03-03 18:21:36 +0100 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-03-03 18:25:12 +0100 |
| commit | 29f2f3278c0a1c84bdb681822d3f949d8c259791 (patch) | |
| tree | fd48f4b7e9d0eeae565554f963c383499ab43148 /chess-common.el | |
| parent | dd40131722c72b17f8e1480aa284c534f2607b83 (diff) | |
Do not use `delete-backward-char'.
Diffstat (limited to 'chess-common.el')
| -rw-r--r-- | chess-common.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-common.el b/chess-common.el index c7e93e0..f32dcc5 100644 --- a/chess-common.el +++ b/chess-common.el @@ -6,6 +6,7 @@ ;; http://www.tim-mann.org/xboard/engine-intf.html ;; +(require 'chess) (require 'chess-engine) (require 'chess-message) |
