From fc68affa4e920d6a58520949ab446c77f90c534a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 16 Jul 1992 07:28:05 +0000 Subject: *** empty log message *** --- lisp/play/hanoi.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lisp/play/hanoi.el') diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 5410b6ce3c..edb8c0dca3 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 -- cgit v1.2.3