# HG changeset patch # User Jim Blandy # Date 714205825 0 # Node ID e18ddc0b2c874cb577c1bcdb2d6d47b752774340 # Parent a13ee72d74a29474b3e59dede391086983ed3829 * frame.c (make_minibuffer_frame): Don't set this to auto-raise by default. It's annoying. * frame.c (make_minibuffer_frame): Set the prev field of the minibuffer window on a minibuffer-only frame to Qnil, rather than having it point to itself. This confuses code (Fprevious_window and change_window_height, for example), and is only an attempt to support a convention that can't really be used in Emacs 19 anymore. * frame.c (make_frame): Stop passing zero to make_window; it's not expecting any arguments.