diff options
| author | Eric S. Raymond | 1992-07-16 07:28:05 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-16 07:28:05 +0000 |
| commit | fc68affa4e920d6a58520949ab446c77f90c534a (patch) | |
| tree | 5ef52e43dc8979fdc2d524c27ecd05ec696a406c /lisp/play | |
| parent | 282d89c00d827cc25d77849ac23e919cbeabd045 (diff) | |
| download | emacs-fc68affa4e920d6a58520949ab446c77f90c534a.tar.gz emacs-fc68affa4e920d6a58520949ab446c77f90c534a.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/hanoi.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 5410b6ce3c6..edb8c0dca35 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el | |||
| @@ -1,9 +1,16 @@ | |||
| 1 | ;;; hanoi.el --- towers of hanoi in GNUmacs | 1 | ;;; hanoi.el --- towers of hanoi in GNUmacs |
| 2 | 2 | ||
| 3 | ;; Author: Damon Anton Permezel | ||
| 4 | ;; Maintainer: FSF | ||
| 5 | ;; Last-Modified: 09 May 1991 | ||
| 6 | ;; Keywords: games | ||
| 7 | |||
| 3 | ; Author (a) 1985, Damon Anton Permezel | 8 | ; Author (a) 1985, Damon Anton Permezel |
| 4 | ; This is in the public domain | 9 | ; This is in the public domain |
| 5 | ; since he distributed it without copyright notice in 1985. | 10 | ; since he distributed it without copyright notice in 1985. |
| 6 | 11 | ||
| 12 | ;;; Code: | ||
| 13 | |||
| 7 | ;;; | 14 | ;;; |
| 8 | ;;; hanoi-topos - direct cursor addressing | 15 | ;;; hanoi-topos - direct cursor addressing |
| 9 | ;;; | 16 | ;;; |
| @@ -191,3 +198,4 @@ | |||
| 191 | (backward-char (/ (+ len 1) 2)) | 198 | (backward-char (/ (+ len 1) 2)) |
| 192 | (delete-char 1) (insert ?\|)))))) | 199 | (delete-char 1) (insert ?\|)))))) |
| 193 | 200 | ||
| 201 | ;;; hanoi.el \ No newline at end of file | ||