* src/image.c (parse_image_spec): Use NILP.
This commit is contained in:
parent
fb16a6c124
commit
51fdcca000
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue