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: Fri, 09 Dec 2005 19:38:17 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.649 emacs/src/xfns.c:1.650
*** emacs/src/xfns.c:1.649      Thu Dec  8 15:48:56 2005
--- emacs/src/xfns.c    Sat Dec 10 00:38:16 2005
***************
*** 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;
  
--- 3373,3384 ----




reply via email to

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