aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-09-21 11:52:23 +0800
committerChong Yidong2012-09-21 11:52:23 +0800
commit09c01941f40d1f334435f3aee8f4a66459e47866 (patch)
tree4c9ec676b53f0e10e856c6b857b51978c8d57f5c /src/ChangeLog
parentab199df27bfb6f2aab005b5700da961b3468c97f (diff)
downloademacs-09c01941f40d1f334435f3aee8f4a66459e47866.tar.gz
emacs-09c01941f40d1f334435f3aee8f4a66459e47866.zip
Fix list duplication error in define_image_type.
* image.c (define_image_type): Avoid adding duplicate types to image_types. Suggested by Jörg Walter. Fixes: debbugs:12463
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f3b8b2108e1..31db282c6e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-09-21 Chong Yidong <cyd@gnu.org>
2
3 * image.c (define_image_type): Avoid adding duplicate types to
4 image_types (Bug#12463). Suggested by Jörg Walter.
5
12012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined. 8 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.