/[emacs]/emacs/src/image.c
ViewVC logotype

Diff of /emacs/src/image.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.7 by miles, Tue Jul 6 10:14:28 2004 UTC revision 1.6.2.8 by miles, Tue Jul 6 10:17:20 2004 UTC
# Line 689  lookup_image_type (symbol) Line 689  lookup_image_type (symbol)
689  {  {
690    struct image_type *type;    struct image_type *type;
691    
692      /* We must initialize the image-type if it hasn't been already.  */
693      if (NILP (Finit_image_library (symbol)))
694        return 0;                   /* unimplemented */
695    
696    for (type = image_types; type; type = type->next)    for (type = image_types; type; type = type->next)
697      if (EQ (symbol, *type->type))      if (EQ (symbol, *type->type))
698        break;        break;

Legend:
Removed from v.1.6.2.7  
changed lines
  Added in v.1.6.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26