# HG changeset patch # User Thien-Thi Nguyen # Date 1191220529 0 # Node ID a4806daa82afad971beb344ecf956a4be50157cd # Parent e452faef14e5cbe5bed2b15c4e26bca009cc3b24 (zone): Let-bind show-trailing-whitespace to nil. diff -r e452faef14e5 -r a4806daa82af lisp/play/zone.el --- a/lisp/play/zone.el Mon Oct 01 03:18:00 2007 +0000 +++ b/lisp/play/zone.el Mon Oct 01 06:35:29 2007 +0000 @@ -138,6 +138,7 @@ (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)))) @@ -684,6 +685,7 @@ (life (or zone-pgm-random-life-wait (random 4))) (kill-buffer nil)))) + (random t) ;;;;;;;;;;;;;;;