emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Thu, 08 Dec 2005 10:48:57 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.648 emacs/src/xfns.c:1.649
*** emacs/src/xfns.c:1.648      Wed Dec  7 17:06:14 2005
--- emacs/src/xfns.c    Thu Dec  8 15:48:56 2005
***************
*** 3373,3384 ****
--- 3373,3388 ----
        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;
  




reply via email to

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