Provide `landmark', not `lm', and just once.
authorKarl Heuer <kwzh@gnu.org>
Tue, 10 Aug 1999 17:06:55 +0000 (17:06 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 10 Aug 1999 17:06:55 +0000 (17:06 +0000)
lisp/play/landmark.el

index 93300df..9f8ca0b 100644 (file)
 ;;; Many thanks to Yuri Pryadkin (yuri@rana.usc.edu) for this
 ;;; concise problem description.
 
-;;;_* Provide
-
-(provide 'lm)
-
 ;;;_* Require
 (require 'cl)
 
@@ -1096,8 +1092,6 @@ If the game is finished, this command requests for another game."
   (move-to-column (+ lm-x-offset
                     (* lm-square-width (1- lm-board-width)))))
 
-(provide 'lm)
-
 
 ;;;_ + Simulation variables
 
@@ -1712,4 +1706,6 @@ Use \\[describe-mode] for more info."
 ;;;outline-layout: (0 : -1 -1 0)
 ;;;End:
 
+(provide 'landmark)
+
 ;;; landmark.el ends here