Eli Zaretskii writes: > Testing and bug reports about this new feature are welcome. No testing, just a compiler warning: image.c:6240:1: warning: ‘image_can_use_native_api’ defined but not used [-Wunused-function] 6240 | image_can_use_native_api (Lisp_Object type) | ^~~~~~~~~~~~~~~~~~~~~~~~ Is the following okay as a fix?