diff options
| -rw-r--r-- | lisp/play/hanoi.el | 4 |
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 @@ | |||
| 240 | (backward-char (/ (+ len 1) 2)) | 240 | (backward-char (/ (+ len 1) 2)) |
| 241 | (delete-char 1) (insert ?\|)))))) | 241 | (delete-char 1) (insert ?\|)))))) |
| 242 | 242 | ||
| 243 | ;;; hanoi.el | 243 | (provide 'hanoi) |
| 244 | |||
| 245 | ;;; hanoi.el ends here | ||