aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1999-08-10 17:06:55 +0000
committerKarl Heuer <[email protected]>1999-08-10 17:06:55 +0000
commit7130b08f9d852bf06e54e8eae1bd715c36e5e2e0 (patch)
treeb41a445cd5819bdfc279badfeb2dfca24601482e /lisp/play
parentbcc7f26d908a195ad4822beabeffcee227f461f4 (diff)
Provide `landmark', not `lm', and just once.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/landmark.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index 93300df414..9f8ca0b706 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -59,10 +59,6 @@
;;; Many thanks to Yuri Pryadkin ([email protected]) 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