summaryrefslogtreecommitdiff
path: root/lisp/misc.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-10-06 11:15:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-10-06 11:15:01 +0000
commitbde79dc0588421062674c97a8c75e529aff4c762 (patch)
tree15ec3a0129988228f9469de541cda00e829abc29 /lisp/misc.el
parent353f2607c292d0b0f28e10e1b362188928c40542 (diff)
downloademacs-bde79dc0588421062674c97a8c75e529aff4c762.tar.gz
* play/animate.el (animate-string): For good effect, make sure
`indent-tabs-mode' and `show-trailing-whitespace' are nil. * play/animate.el (animate-sequence, animate-birthday-present): * misc.el (butterfly): Don't set `indent-tabs-mode'.
Diffstat (limited to 'lisp/misc.el')
-rw-r--r--lisp/misc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/misc.el b/lisp/misc.el
index c393e732b67..ffc1929a169 100644
--- a/lisp/misc.el
+++ b/lisp/misc.el
@@ -122,7 +122,6 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'."
(switch-to-buffer (get-buffer-create "*butterfly*"))
(erase-buffer)
(sit-for 0)
- (setq indent-tabs-mode nil)
(animate-string "Amazing physics going on..."
(/ (window-height) 2) (- (/ (window-width) 2) 12))
(sit-for (* 5 (/ (abs (random)) (float most-positive-fixnum))))