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: Karoly Lorentey
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Wed, 07 Dec 2005 12:06:14 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.647 emacs/src/xfns.c:1.648
*** emacs/src/xfns.c:1.647      Fri Dec  2 14:55:14 2005
--- emacs/src/xfns.c    Wed Dec  7 17:06:14 2005
***************
*** 3373,3378 ****
--- 3373,3385 ----
        UNBLOCK_INPUT;
      }
  
+   /* 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;
+ 
    UNGCPRO;
  
    /* Make sure windows on this frame appear in calls to next-window




reply via email to

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