From: Juanma Barranquero Date: Thu, 21 Feb 2008 15:27:15 +0000 (+0000) Subject: (hanoi-internal): Set `show-trailing-whitespace' to nil. X-Git-Tag: emacs-pretest-23.0.90~7788 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10a806d3b1398fd6e41a97481d3b0df7d0ca56f4;p=emacs.git (hanoi-internal): Set `show-trailing-whitespace' to nil. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e19570dc80b..0c5446539fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-21 Juanma Barranquero + + * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil. + 2008-02-21 Drew Adams * 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 @@ -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. diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index fddfe22870e..0dffa050449 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el @@ -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