Mercurial > emacs
diff lisp/ChangeLog @ 105489:8db047b72241
* 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'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 Oct 2009 11:15:01 +0000 |
parents | dfa034d34546 |
children | c8d4e5f3f0c8 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 06 06:40:40 2009 +0000 +++ b/lisp/ChangeLog Tue Oct 06 11:15:01 2009 +0000 @@ -1,3 +1,11 @@ +2009-10-06 Juanma Barranquero <lekktu@gmail.com> + + * 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'. + 2009-10-06 Glenn Morris <rgm@gnu.org> * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.