]> git.eshelyaron.com Git - emacs.git/commitdiff
(gif_format): Use :index, not :image.
authorJason Rumney <jasonr@gnu.org>
Sat, 23 Aug 2008 04:03:50 +0000 (04:03 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 23 Aug 2008 04:03:50 +0000 (04:03 +0000)
src/ChangeLog
src/image.c

index 3d37e13edbd0271ae56b9b5d50fc6f23fe12170e..59fbdc410fe1a2b01f1ebfd38dee4ea0cc3f9aac 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-23  Jason Rumney  <jasonr@gnu.org>
+
+       * image.c (gif_format): Use :index, not :image.
+
 2008-08-21  \e$,1 P\e(Bsmail D\e,Av\e(Bnmez  <ismail@namtrac.org>  (tiny change)
 
        * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on
index befddefe99b706a31e1e08afe3a3ed7d0b03530c..0045770ac55055cbd2d9bd5310bb35d369c31d27 100644 (file)
@@ -7937,7 +7937,7 @@ static struct image_keyword gif_format[GIF_LAST] =
   {":conversion",      IMAGE_DONT_CHECK_VALUE_TYPE,            0},
   {":heuristic-mask",  IMAGE_DONT_CHECK_VALUE_TYPE,            0},
   {":mask",            IMAGE_DONT_CHECK_VALUE_TYPE,            0},
-  {":image",           IMAGE_NON_NEGATIVE_INTEGER_VALUE,       0},
+  {":index",           IMAGE_NON_NEGATIVE_INTEGER_VALUE,       0},
   {":background",      IMAGE_STRING_OR_NIL_VALUE,              0}
 };