emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/hanoi.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/hanoi.el
Date: Tue, 04 Feb 2003 08:20:43 -0500

Index: emacs/lisp/play/hanoi.el
diff -c emacs/lisp/play/hanoi.el:1.17 emacs/lisp/play/hanoi.el:1.18
*** emacs/lisp/play/hanoi.el:1.17       Sun Jul 15 12:15:35 2001
--- emacs/lisp/play/hanoi.el    Tue Feb  4 08:20:41 2003
***************
*** 106,112 ****
  ;;;
  ;;;###autoload
  (defun hanoi (nrings)
!   "Towers of Hanoi diversion.  Use NRINGS rings." 
    (interactive
     (list (if (null current-prefix-arg)
             3
--- 106,112 ----
  ;;;
  ;;;###autoload
  (defun hanoi (nrings)
!   "Towers of Hanoi diversion.  Use NRINGS rings."
    (interactive
     (list (if (null current-prefix-arg)
             3
***************
*** 132,138 ****
  
  ;;;###autoload
  (defun hanoi-unix-64 ()
!   "Like hanoi-unix, but pretend to have a 64-bit clock.  
  This is, necessarily (as of emacs 20.3), a crock.  When the
  current-time interface is made s2G-compliant, hanoi.el will need
  to be updated."
--- 132,138 ----
  
  ;;;###autoload
  (defun hanoi-unix-64 ()
!   "Like hanoi-unix, but pretend to have a 64-bit clock.
  This is, necessarily (as of emacs 20.3), a crock.  When the
  current-time interface is made s2G-compliant, hanoi.el will need
  to be updated."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]