Mercurial > emacs
changeset 100053:d34c62d04994
Fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 29 Nov 2008 21:45:22 +0000 |
parents | 766018471339 |
children | 01f0a0822eb9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 29 21:41:30 2008 +0000 +++ b/lisp/ChangeLog Sat Nov 29 21:45:22 2008 +0000 @@ -28,7 +28,8 @@ 2008-11-29 Chong Yidong <cyd@stupidchicken.com> * term/x-win.el (x-gtk-stock-cache): New hash table. - (x-gtk-map-stock): Perform caching to prevent excess consing during + (x-gtk-map-stock): Perform caching to prevent excess consing + during redisplay. 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>