]> code.delx.au - gnu-emacs/commitdiff
(zone): Let-bind show-trailing-whitespace to nil.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 1 Oct 2007 06:36:58 +0000 (06:36 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 1 Oct 2007 06:36:58 +0000 (06:36 +0000)
lisp/ChangeLog
lisp/play/zone.el

index b8546373c9774a510081e739c71be31b2127c5a8..51f225f30eddc38bbfdd79a1b1ea91ca096e16a6 100644 (file)
@@ -1,3 +1,8 @@
+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
index c146f4baa8364143bc899aaf1fcaa4adebbc8cef..896c1d4ac0a969920ee3c685674194302fa31941 100644 (file)
@@ -138,6 +138,7 @@ If the element is a function or a list of a function and a number,
       (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 @@ If nil, `zone-pgm-random-life' chooses a value from 0-3 (inclusive).")
       (life (or zone-pgm-random-life-wait (random 4)))
       (kill-buffer nil))))
 
+
 (random t)
 
 ;;;;;;;;;;;;;;;