summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-07-08 19:06:38 +0000
committerRoland McGrath <roland@gnu.org>1993-07-08 19:06:38 +0000
commit62daf326f25d847ff37ee6cc624a8a04bf8be878 (patch)
treeba6cb4e4fb4379b4fb077aef22916a987eb6a9d9
parent77fb6aed82fed34237e6f52c8f65b0641010ca2c (diff)
downloademacs-62daf326f25d847ff37ee6cc624a8a04bf8be878.tar.gz
Add (provide 'hanoi).
-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 3ec67092901..a68fea7c5a7 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