aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorJason Rumney2008-08-23 04:03:50 +0000
committerJason Rumney2008-08-23 04:03:50 +0000
commita90a763ded6f812faa4f4b97faae91f23b3faee5 (patch)
treeda96090447900f3067347caecf6728e1d9d5c6cc /src/image.c
parentbf61d062a4ccac6ee5c9f7d9953ab5c314dd8a9c (diff)
downloademacs-a90a763ded6f812faa4f4b97faae91f23b3faee5.tar.gz
emacs-a90a763ded6f812faa4f4b97faae91f23b3faee5.zip
(gif_format): Use :index, not :image.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index befddefe99b..0045770ac55 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7937,7 +7937,7 @@ static struct image_keyword gif_format[GIF_LAST] =
7937 {":conversion", IMAGE_DONT_CHECK_VALUE_TYPE, 0}, 7937 {":conversion", IMAGE_DONT_CHECK_VALUE_TYPE, 0},
7938 {":heuristic-mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0}, 7938 {":heuristic-mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0},
7939 {":mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0}, 7939 {":mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0},
7940 {":image", IMAGE_NON_NEGATIVE_INTEGER_VALUE, 0}, 7940 {":index", IMAGE_NON_NEGATIVE_INTEGER_VALUE, 0},
7941 {":background", IMAGE_STRING_OR_NIL_VALUE, 0} 7941 {":background", IMAGE_STRING_OR_NIL_VALUE, 0}
7942}; 7942};
7943 7943