emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/landmark.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/play/landmark.el
Date: Sun, 18 Sep 2005 08:32:52 -0400

Index: emacs/lisp/play/landmark.el
diff -c emacs/lisp/play/landmark.el:1.25 emacs/lisp/play/landmark.el:1.26
*** emacs/lisp/play/landmark.el:1.25    Mon Aug  1 15:30:16 2005
--- emacs/lisp/play/landmark.el Sun Sep 18 12:32:51 2005
***************
*** 1473,1479 ****
    (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))))
  
  
  (defun lm-random-move ()
--- 1473,1479 ----
    (lm-plot-square (lm-point-square) 1)
    (incf lm-number-of-moves)
    (if lm-output-moves
!       (message "Moves made: %d" lm-number-of-moves)))
  
  
  (defun lm-random-move ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]