# HG changeset patch # User Karl Heuer # Date 934304815 0 # Node ID d270a933be88388231ce3ba8f060986679b48436 # Parent 0ff7a16ab8f9765096dc7adfcce8614f426a983c Provide `landmark', not `lm', and just once. diff -r 0ff7a16ab8f9 -r d270a933be88 lisp/play/landmark.el --- a/lisp/play/landmark.el Tue Aug 10 17:06:18 1999 +0000 +++ b/lisp/play/landmark.el Tue Aug 10 17:06:55 1999 +0000 @@ -59,10 +59,6 @@ ;;; Many thanks to Yuri Pryadkin (yuri@rana.usc.edu) for this ;;; concise problem description. -;;;_* Provide - -(provide 'lm) - ;;;_* Require (require 'cl) @@ -1096,8 +1092,6 @@ (move-to-column (+ lm-x-offset (* lm-square-width (1- lm-board-width))))) -(provide 'lm) - ;;;_ + Simulation variables @@ -1712,4 +1706,6 @@ ;;;outline-layout: (0 : -1 -1 0) ;;;End: +(provide 'landmark) + ;;; landmark.el ends here