diff lisp/play/landmark.el @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents edf295560b5a 6d0d4d973f77
children ee12d75eb214
line wrap: on
line diff
--- a/lisp/play/landmark.el	Sun Sep 11 22:21:01 2005 +0000
+++ b/lisp/play/landmark.el	Mon Sep 19 10:20:33 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 ()