diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-21 14:24:46 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-21 14:24:46 +0200 |
commit | 121656e9e3bd049f75d979360295a60944ff19d6 (patch) | |
tree | 2ef8a583f3234ec6eb666d200010d603b10388f5 /lisp/play/hanoi.el | |
parent | 891e751b65caba415af328856e27345382f4416d (diff) | |
download | emacs-121656e9e3bd049f75d979360295a60944ff19d6.tar.gz emacs-121656e9e3bd049f75d979360295a60944ff19d6.tar.bz2 emacs-121656e9e3bd049f75d979360295a60944ff19d6.zip |
lisp/play/*.el: Lexical-binding cleanup.
Diffstat (limited to 'lisp/play/hanoi.el')
-rw-r--r-- | lisp/play/hanoi.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 767792babb3..ac78a86757c 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el @@ -355,7 +355,6 @@ BITS must be of length nrings. Start at START-TIME." (fly-steps (abs (/ (- (cdr to) (cdr from)) fly-step))) (directed-fly-step (/ (- (cdr to) (cdr from)) fly-steps)) (baseward-steps (/ (- (car to) (cdr to)) baseward-step)) - (total-steps (+ flyward-steps fly-steps baseward-steps)) ;; A step is a character cell. A tick is a time-unit. To ;; make horizontal and vertical motion appear roughly the ;; same speed, we allow one tick per horizontal step and two |