]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/w32image.c (w32_can_use_native_image_api): Fix comment.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 10 Sep 2022 03:29:54 +0000 (05:29 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 10 Sep 2022 03:30:06 +0000 (05:30 +0200)
src/w32image.c

index da748b8dab4f4e126f845fe2e000fe1755db9a15..af10d2bd26526f8ef99540cabb4cc37becdfb744 100644 (file)
@@ -256,7 +256,7 @@ w32_can_use_native_image_api (Lisp_Object type)
        || EQ (type, Qbmp)
        || EQ (type, Qnative_image)))
     {
-      /* GDI+ can also display BMP, Exif, ICON, WMF, and EMF images.
+      /* GDI+ can also display Exif, ICON, WMF, and EMF images.
         But we don't yet support these in image.c.  */
       return false;
     }