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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c,v
Date: Sat, 04 Nov 2006 12:21:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/11/04 12:21:29

Index: w32fns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32fns.c,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -b -r1.278 -r1.279
--- w32fns.c    7 Oct 2006 20:09:09 -0000       1.278
+++ w32fns.c    4 Nov 2006 12:21:29 -0000       1.279
@@ -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 (f->size_hint_flags & USPosition || f->size_hint_flags & PPosition)




reply via email to

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