Mercurial > emacs
changeset 81187:1c068a2f6c6b
* image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 06 Jun 2007 18:57:02 +0000 |
parents | 4e1833e3b34b |
children | a77470efa868 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jun 06 17:03:40 2007 +0000 +++ b/src/ChangeLog Wed Jun 06 18:57:02 2007 +0000 @@ -1,3 +1,8 @@ +2007-06-06 Chong Yidong <cyd@stupidchicken.com> + + * image.c (xpm_load): Remove spurious call to + xpm_init_color_cache. + 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * macfns.c (mac_window): Replace WindowPtr with WindowRef.