mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * src/image.c (syms_of_image): Fix typo in last change.
This commit is contained in:
parent
0c1099d6d8
commit
af7ca138c4
1 changed files with 1 additions and 1 deletions
|
|
@ -11458,7 +11458,7 @@ non-numeric, there is no explicit limit on the size of images. */);
|
|||
#endif
|
||||
|
||||
#if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \
|
||||
&& defined (HAVE_BE_APP))
|
||||
&& defined (HAVE_HAIKU))
|
||||
DEFSYM (Qwebp, "webp");
|
||||
add_image_type (Qwebp);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue