+2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
+
+ * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
+ Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
+
2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-math.el (math-largest-emacs-expt): Handle the cases
(sit-for 0 500)
(let ((pgm (elt zone-programs (random (length zone-programs))))
(ct (and f (frame-parameter f 'cursor-type)))
+ (show-trailing-whitespace nil)
(restore (list '(kill-buffer outbuf))))
(when ct
(modify-frame-parameters f '((cursor-type . (bar . 0))))
(life (or zone-pgm-random-life-wait (random 4)))
(kill-buffer nil))))
+
(random t)
;;;;;;;;;;;;;;;