comparison lisp/play/landmark.el @ 65585:6d0d4d973f77

Message format spec fixes, commit no. 4
author Deepak Goel <deego@gnufans.org>
date Sun, 18 Sep 2005 12:32:51 +0000
parents 34bd8e434dd7
children 96187e7edd1b fa0da9b57058
comparison
equal deleted inserted replaced
65584:6dbba0bd58df 65585:6d0d4d973f77
1471 (lm-e forward-char) 1471 (lm-e forward-char)
1472 (lm-w backward-char))) 1472 (lm-w backward-char)))
1473 (lm-plot-square (lm-point-square) 1) 1473 (lm-plot-square (lm-point-square) 1)
1474 (incf lm-number-of-moves) 1474 (incf lm-number-of-moves)
1475 (if lm-output-moves 1475 (if lm-output-moves
1476 (message (format "Moves made: %d" lm-number-of-moves)))) 1476 (message "Moves made: %d" lm-number-of-moves)))
1477 1477
1478 1478
1479 (defun lm-random-move () 1479 (defun lm-random-move ()
1480 (mapc 1480 (mapc
1481 (lambda (direction) (put direction 'y_t 0)) 1481 (lambda (direction) (put direction 'y_t 0))