diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:06:55 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:06:55 +0000 |
commit | 7130b08f9d852bf06e54e8eae1bd715c36e5e2e0 (patch) | |
tree | b41a445cd5819bdfc279badfeb2dfca24601482e /lisp/play/landmark.el | |
parent | bcc7f26d908a195ad4822beabeffcee227f461f4 (diff) | |
download | emacs-7130b08f9d852bf06e54e8eae1bd715c36e5e2e0.tar.gz |
Provide `landmark', not `lm', and just once.
Diffstat (limited to 'lisp/play/landmark.el')
-rw-r--r-- | lisp/play/landmark.el | 8 |
1 files 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 |