From 7130b08f9d852bf06e54e8eae1bd715c36e5e2e0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 10 Aug 1999 17:06:55 +0000 Subject: [PATCH] Provide `landmark', not `lm', and just once. --- lisp/play/landmark.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 93300df4143..9f8ca0b7068 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -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 @@ 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 -- 2.39.5