summaryrefslogtreecommitdiff
path: root/lisp/play/hanoi.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 07:28:05 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 07:28:05 +0000
commitfc68affa4e920d6a58520949ab446c77f90c534a (patch)
tree5ef52e43dc8979fdc2d524c27ecd05ec696a406c /lisp/play/hanoi.el
parent282d89c00d827cc25d77849ac23e919cbeabd045 (diff)
downloademacs-fc68affa4e920d6a58520949ab446c77f90c534a.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/play/hanoi.el')
-rw-r--r--lisp/play/hanoi.el8
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 @@
;;; hanoi.el --- towers of hanoi in GNUmacs
+;; Author: Damon Anton Permezel
+;; Maintainer: FSF
+;; Last-Modified: 09 May 1991
+;; Keywords: games
+
; Author (a) 1985, Damon Anton Permezel
; This is in the public domain
; since he distributed it without copyright notice in 1985.
+;;; Code:
+
;;;
;;; hanoi-topos - direct cursor addressing
;;;
@@ -191,3 +198,4 @@
(backward-char (/ (+ len 1) 2))
(delete-char 1) (insert ?\|))))))
+;;; hanoi.el \ No newline at end of file