(x_set_title): Check data type of NAME.

This commit is contained in:
Richard M. Stallman 1996-12-19 17:05:37 +00:00
parent 8ca821e9f8
commit beb403b379

View file

@ -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))
{