emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c,v
Date: Sat, 29 Dec 2007 19:20:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       07/12/29 19:20:05

Index: w32fns.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32fns.c,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -b -r1.309 -r1.310
--- w32fns.c    28 Dec 2007 22:26:09 -0000      1.309
+++ w32fns.c    29 Dec 2007 19:20:04 -0000      1.310
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]