(x_set_title): Check data type of NAME.
This commit is contained in:
parent
8ca821e9f8
commit
beb403b379
1 changed files with 2 additions and 0 deletions
|
@ -1877,6 +1877,8 @@ x_set_title (f, name)
|
|||
|
||||
if (NILP (name))
|
||||
name = f->name;
|
||||
else
|
||||
CHECK_STRING (name, 0);
|
||||
|
||||
if (FRAME_X_WINDOW (f))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue