diff 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
line wrap: on
line diff
--- a/lisp/play/landmark.el	Sun Sep 18 12:31:28 2005 +0000
+++ b/lisp/play/landmark.el	Sun Sep 18 12:32:51 2005 +0000
@@ -1473,7 +1473,7 @@
   (lm-plot-square (lm-point-square) 1)
   (incf lm-number-of-moves)
   (if lm-output-moves
-      (message (format "Moves made: %d" lm-number-of-moves))))
+      (message "Moves made: %d" lm-number-of-moves)))
 
 
 (defun lm-random-move ()