]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): Comment out previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Dec 2005 15:49:11 +0000 (15:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Dec 2005 15:49:11 +0000 (15:49 +0000)
src/ChangeLog
src/xfns.c

index 4fa4093631f0813bc417b4d3fd59c61c5b690e96..7830a382731f28c5a2841f93c0e75f2027486d69 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * xfns.c (Fx_create_frame): Comment out previous change.
+
 2005-12-07  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
 
        * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
index ee4a7bf3b004d1eb0dbc42d2e43ef26f1c421841..06779ca3b07aecc4b7f5a35e15b6f9723889cccd 100644 (file)
@@ -3373,12 +3373,16 @@ This function is an internal primitive--use `make-frame' instead.  */)
       UNBLOCK_INPUT;
     }
 
+#if 0 /* This is incorrect because `default-minibuffer-frame'
+        should only be set automatically to a minibuffer-only frame.  */
+
   /* Initialize `default-minibuffer-frame' in case this is the first
      frame on this display device.  */
   if (FRAME_HAS_MINIBUF_P (f)
       && (!FRAMEP (kb->Vdefault_minibuffer_frame)
           || !FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame))))
     kb->Vdefault_minibuffer_frame = frame;
+#endif
 
   UNGCPRO;