summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-06-06 18:58:48 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-06-06 18:58:48 +0000
commite29bb91e0556fe240457f964e98f8e39f6010189 (patch)
tree95eecced7d41a6c9765972473c0adbf153f7b747 /src
parentfc13f0a2e6036d011828f0efcb4b039dcc4e8752 (diff)
downloademacs-e29bb91e0556fe240457f964e98f8e39f6010189.tar.gz
* image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82bd820313e..6103a864867 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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 Martin Rudalics <rudalics@gmx.at>
* syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.