* src/image.c (parse_image_spec): Use NILP.

This commit is contained in:
Stefan Kangas 2022-01-26 00:42:10 +01:00
parent fb16a6c124
commit 51fdcca000

View file

@ -1177,7 +1177,7 @@ parse_image_spec (Lisp_Object spec, struct image_keyword *keywords,
return false;
maybe_done:
if (EQ (XCDR (plist), Qnil))
if (NILP (XCDR (plist)))
{
/* Check that all mandatory fields are present. */
for (i = 0; i < nkeywords; ++i)