summaryrefslogtreecommitdiff
path: root/chess-tutorial.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-tutorial.el')
-rw-r--r--chess-tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-tutorial.el b/chess-tutorial.el
index 3f3d885..d7d3cc4 100644
--- a/chess-tutorial.el
+++ b/chess-tutorial.el
@@ -38,7 +38,7 @@
(knight-1-done . "Goal: take all the pawns, without letting the queen take your knight")
(cannot-take-queen . "You cannot take the queen")))
-(defun chess-tutorial-knight-1 (game ignore event &rest args)
+(defun chess-tutorial-knight-1 (game _ignore event &rest _args)
(if (eq event 'move)
(let ((position (chess-game-pos game)))
(if (null (chess-pos-search position ?p))