aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-02-21 15:27:15 +0000
committerJuanma Barranquero <[email protected]>2008-02-21 15:27:15 +0000
commit10a806d3b1398fd6e41a97481d3b0df7d0ca56f4 (patch)
treef57cdc157944afb6255cbfa59e0ec23edd5f4707 /lisp
parent3ba75732c084b25e5e2bfdb33eb7ac83fd3edd15 (diff)
(hanoi-internal): Set `show-trailing-whitespace' to nil.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lisp/play/hanoi.el1
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e19570dc80..0c5446539f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-21 Juanma Barranquero <[email protected]>
+
+ * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
+
2008-02-21 Drew Adams <[email protected]>
* 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 <[email protected]>
@@ -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 fddfe22870..0dffa05044 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