aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1993-07-08 19:06:38 +0000
committerRoland McGrath <[email protected]>1993-07-08 19:06:38 +0000
commit62daf326f25d847ff37ee6cc624a8a04bf8be878 (patch)
treeba6cb4e4fb4379b4fb077aef22916a987eb6a9d9 /lisp/play
parent77fb6aed82fed34237e6f52c8f65b0641010ca2c (diff)
Add (provide 'hanoi).
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/hanoi.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el
index 3ec6709290..a68fea7c5a 100644
--- a/lisp/play/hanoi.el
+++ b/lisp/play/hanoi.el
@@ -240,4 +240,6 @@
(backward-char (/ (+ len 1) 2))
(delete-char 1) (insert ?\|))))))
-;;; hanoi.el
+(provide 'hanoi)
+
+;;; hanoi.el ends here