/[emacs]/emacs/lisp/play/hanoi.el
ViewVC logotype

Diff of /emacs/lisp/play/hanoi.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by pj, Sun Jul 15 16:15:35 2001 UTC revision 1.17.8.1 by miles, Fri Apr 4 06:20:31 2003 UTC
# Line 106  intermediate positions." Line 106  intermediate positions."
106  ;;;  ;;;
107  ;;;###autoload  ;;;###autoload
108  (defun hanoi (nrings)  (defun hanoi (nrings)
109    "Towers of Hanoi diversion.  Use NRINGS rings."    "Towers of Hanoi diversion.  Use NRINGS rings."
110    (interactive    (interactive
111     (list (if (null current-prefix-arg)     (list (if (null current-prefix-arg)
112               3               3
# Line 132  Repent before ring 31 moves." Line 132  Repent before ring 31 moves."
132    
133  ;;;###autoload  ;;;###autoload
134  (defun hanoi-unix-64 ()  (defun hanoi-unix-64 ()
135    "Like hanoi-unix, but pretend to have a 64-bit clock.      "Like hanoi-unix, but pretend to have a 64-bit clock.
136  This is, necessarily (as of emacs 20.3), a crock.  When the  This is, necessarily (as of emacs 20.3), a crock.  When the
137  current-time interface is made s2G-compliant, hanoi.el will need  current-time interface is made s2G-compliant, hanoi.el will need
138  to be updated."  to be updated."

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26