changeset 25227:d270a933be88

Provide `landmark', not `lm', and just once.
author Karl Heuer <kwzh@gnu.org>
date Tue, 10 Aug 1999 17:06:55 +0000
parents 0ff7a16ab8f9
children ca7c320ed896
files lisp/play/landmark.el
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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