1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(hanoi-internal): Set `show-trailing-whitespace' to nil.

This commit is contained in:
Juanma Barranquero 2008-02-21 15:27:15 +00:00
parent 3ba75732c0
commit 10a806d3b1
2 changed files with 8 additions and 4 deletions

View 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.

View 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