diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-24 19:28:46 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-24 19:28:46 +0000 |
| commit | 6f87d139a4e19a318de49905bbb1176ee1de33a8 (patch) | |
| tree | 584f6fc92b52efabe19ceefe6409d362d1549dfb /chess-input.el | |
| parent | b5ac31247f552baa44773734bc02575f0c4703de (diff) | |
*** no comment ***
Diffstat (limited to 'chess-input.el')
| -rw-r--r-- | chess-input.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chess-input.el b/chess-input.el index 8fa0e19..54afabe 100644 --- a/chess-input.el +++ b/chess-input.el @@ -19,10 +19,6 @@ (make-variable-buffer-local 'chess-input-position-function) (make-variable-buffer-local 'chess-input-move-function) -(chess-message-catalog 'english - '((not-your-move . "It is not your turn to move") - (game-is-over . "This game is over"))) - (defun chess-input-test-move (move-ply) "Return the given MOVE if it matches the user's current input." (let* ((move (cdr move-ply)) |
