changeset 14595:a63b3053a3a3

(Fx_create_frame): Title is a string, not a symbol.
author Karl Heuer <kwzh@gnu.org>
date Mon, 19 Feb 1996 07:40:38 +0000
parents 37d38d8040a1
children afb84c1d7750
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Mon Feb 19 07:38:02 1996 +0000
+++ b/src/xfns.c	Mon Feb 19 07:40:38 1996 +0000
@@ -3150,7 +3150,7 @@
   x_default_parameter (f, parms, Qbuffer_predicate, Qnil,
 		       "bufferPredicate", "BufferPredicate", symbol);
   x_default_parameter (f, parms, Qtitle, Qnil,
-		       "title", "Title", symbol);
+		       "title", "Title", string);
 
   f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
   window_prompting = x_figure_window_size (f, parms);