emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/image.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/image.c [lexbind]
Date: Tue, 06 Jul 2004 07:02:17 -0400

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.6.2.7 emacs/src/image.c:1.6.2.8
*** emacs/src/image.c:1.6.2.7   Tue Jul  6 10:14:28 2004
--- emacs/src/image.c   Tue Jul  6 10:17:20 2004
***************
*** 689,694 ****
--- 689,698 ----
  {
    struct image_type *type;
  
+   /* We must initialize the image-type if it hasn't been already.  */
+   if (NILP (Finit_image_library (symbol)))
+     return 0;                 /* unimplemented */
+ 
    for (type = image_types; type; type = type->next)
      if (EQ (symbol, *type->type))
        break;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]