changeset 4031:ac159693513e

Add (provide 'hanoi).
author Roland McGrath <roland@gnu.org>
date Thu, 08 Jul 1993 19:06:38 +0000
parents e5cf0991893a
children ff35c9c97504
files lisp/play/hanoi.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/hanoi.el	Thu Jul 08 03:04:52 1993 +0000
+++ b/lisp/play/hanoi.el	Thu Jul 08 19:06:38 1993 +0000
@@ -240,4 +240,6 @@
 	    (backward-char (/ (+ len 1) 2))
 	    (delete-char 1) (insert ?\|))))))
 
-;;; hanoi.el
+(provide 'hanoi)
+
+;;; hanoi.el ends here