* src/xfaces.c (resolve_face_name): Simplify.
This commit is contained in:
parent
01d6349b17
commit
2212ab5035
1 changed files with 1 additions and 1 deletions
|
@ -1799,7 +1799,7 @@ resolve_face_name (Lisp_Object face_name, bool signal_p)
|
|||
if (EQ (hare, tortoise))
|
||||
{
|
||||
if (signal_p)
|
||||
xsignal1 (Qcircular_list, orig_face);
|
||||
circular_list (orig_face);
|
||||
return Qdefault;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue