summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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