diff src/w32fns.c @ 87478:585596662817

Make copy of frame parameters because the original parameters are in pure storage now.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 29 Dec 2007 19:20:04 +0000
parents cdd30283527d
children 107ccd98fa12 c938ab6810a4
line wrap: on
line diff
--- a/src/w32fns.c	Sat Dec 29 13:20:49 2007 +0000
+++ b/src/w32fns.c	Sat Dec 29 19:20:04 2007 +0000
@@ -4166,6 +4166,10 @@
 
   check_w32 ();
 
+  /* Make copy of frame parameters because the original is in pure
+     storage now. */
+  parameters = Fcopy_alist (parameters);
+
   /* Use this general default value to start with
      until we know if this frame has a specified name.  */
   Vx_resource_name = Vinvocation_name;