comparison src/xfns.c @ 16732:f52c4fd47f03

(x_set_title): Check data type of NAME.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Dec 1996 17:05:37 +0000
parents fe4b95eb15ae
children df9f838f255a
comparison
equal deleted inserted replaced
16731:039ef6e74d3a 16732:f52c4fd47f03
1875 1875
1876 f->title = name; 1876 f->title = name;
1877 1877
1878 if (NILP (name)) 1878 if (NILP (name))
1879 name = f->name; 1879 name = f->name;
1880 else
1881 CHECK_STRING (name, 0);
1880 1882
1881 if (FRAME_X_WINDOW (f)) 1883 if (FRAME_X_WINDOW (f))
1882 { 1884 {
1883 BLOCK_INPUT; 1885 BLOCK_INPUT;
1884 #ifdef HAVE_X11R4 1886 #ifdef HAVE_X11R4