/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.648 by lorentey, Wed Dec 7 17:06:14 2005 UTC revision 1.649 by rms, Thu Dec 8 15:48:56 2005 UTC
# Line 3373  This function is an internal primitive-- Line 3373  This function is an internal primitive--
3373        UNBLOCK_INPUT;        UNBLOCK_INPUT;
3374      }      }
3375    
3376    #if 0 /* This is incorrect because `default-minibuffer-frame'
3377             should only be set automatically to a minibuffer-only frame.  */
3378    
3379    /* Initialize `default-minibuffer-frame' in case this is the first    /* Initialize `default-minibuffer-frame' in case this is the first
3380       frame on this display device.  */       frame on this display device.  */
3381    if (FRAME_HAS_MINIBUF_P (f)    if (FRAME_HAS_MINIBUF_P (f)
3382        && (!FRAMEP (kb->Vdefault_minibuffer_frame)        && (!FRAMEP (kb->Vdefault_minibuffer_frame)
3383            || !FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame))))            || !FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame))))
3384      kb->Vdefault_minibuffer_frame = frame;      kb->Vdefault_minibuffer_frame = frame;
3385    #endif
3386    
3387    UNGCPRO;    UNGCPRO;
3388    

Legend:
Removed from v.1.648  
changed lines
  Added in v.1.649

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26