From 10a806d3b1398fd6e41a97481d3b0df7d0ca56f4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 21 Feb 2008 15:27:15 +0000 Subject: (hanoi-internal): Set `show-trailing-whitespace' to nil. --- lisp/play/hanoi.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/play') 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 -- cgit v1.2.3