Index: w32fns.c =================================================================== RCS file: /sources/emacs/emacs/src/w32fns.c,v retrieving revision 1.277 diff -u -r1.277 w32fns.c --- w32fns.c 24 Sep 2006 09:04:56 -0000 1.277 +++ w32fns.c 8 Oct 2006 07:08:20 -0000 @@ -2080,32 +2080,7 @@ if (!hprevinst) { - Lisp_Object ifa; - w32_init_class (hinst); - - /* Handle the -geometry command line option and the geometry - settings in the registry. They are decoded and put into - initial-frame-alist by w32-win.el:x-handle-geometry. */ - ifa = Fsymbol_value (intern ("initial-frame-alist")); - if (CONSP (ifa)) - { - Lisp_Object lt = Fassq (Qleft, ifa); - Lisp_Object tp = Fassq (Qtop, ifa); - - if (!NILP (lt)) - { - lt = XCDR (lt); - if (INTEGERP (lt)) - left = lt; - } - if (!NILP (tp)) - { - tp = XCDR (tp); - if (INTEGERP (tp)) - top = tp; - } - } } if (EQ (left, Qunbound) && EQ (top, Qunbound))