]> git.eshelyaron.com Git - emacs.git/commitdiff
(hanoi-internal): Set `show-trailing-whitespace' to nil.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Feb 2008 15:27:15 +0000 (15:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Feb 2008 15:27:15 +0000 (15:27 +0000)
lisp/ChangeLog
lisp/play/hanoi.el

index e19570dc80b861716c55f4ed20fba3d2e06d386e..0c5446539fb11be4ff49b82dce74b5c1f5a908a1 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
+
 2008-02-21  Drew Adams  <drew.adams@oracle.com>
 
        * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
@@ -27,8 +31,8 @@
        in composition-function-table.
        (auto-compose-region): Likewise.
 
-       * ps-mule.el (ps-mule-font-info-database-bdf): Use
-       ethio16f-uni.bdf for Ethiopic.
+       * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
+       for Ethiopic.
        (ps-mule-plot-string): Ignore glyph-string based compositions.
 
 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
@@ -60,8 +64,7 @@
 
        * calc/calc-math.el (math-sin-raw): Add optional argument
        to keep track of original argument.
-       (math-cos-raw): Use optional argument when calling
-       math-sin-raw.
+       (math-cos-raw): Use optional argument when calling math-sin-raw.
        (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
        with close to original precision.
 
index fddfe22870e966efe03a253d5b11cd4e5956a740..0dffa050449e790a1a74ac55e3dfaaeb48eaafd4 100644 (file)
@@ -150,6 +150,7 @@ Start after n steps, where BITS is a big-endian list of the bits of n.
 BITS must be of length nrings.  Start at START-TIME."
   (switch-to-buffer "*Hanoi*")
   (buffer-disable-undo (current-buffer))
+  (setq show-trailing-whitespace nil)
   (unwind-protect
       (let*
          (;; These lines can cause Emacs to crash if you ask for too