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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Tue, 15 Jun 2004 22:47:24 -0400

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.14 emacs/src/image.c:1.15
*** emacs/src/image.c:1.14      Mon Jun 14 20:47:25 2004
--- emacs/src/image.c   Wed Jun 16 02:45:09 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]