emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/hanoi.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/hanoi.el,v
Date: Thu, 21 Feb 2008 15:24:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/02/21 15:24:23

Index: hanoi.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/play/hanoi.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- hanoi.el    6 Nov 2006 02:26:27 -0000       1.21
+++ hanoi.el    21 Feb 2008 15:24:23 -0000      1.22
@@ -150,6 +150,7 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]