# HG changeset patch # User Karl Heuer # Date 791509637 0 # Node ID b357feae0096e7673800a3ed4b48de43242d016c # Parent 45bbb119e1a3312aab27ba6d8adf0315f3f2ce26 (frame-notice-user-settings): Avoid having the window manager re-prompt for the initial frame's clone. diff -r 45bbb119e1a3 -r b357feae0096 lisp/frame.el --- a/lisp/frame.el Mon Jan 30 23:04:34 1995 +0000 +++ b/lisp/frame.el Mon Jan 30 23:47:17 1995 +0000 @@ -261,7 +261,9 @@ (make-frame ;; Use the geometry args that created the existing ;; frame, rather than the parms we get for it. - (append frame-initial-geometry-arguments parms))) + (append frame-initial-geometry-arguments + '((user-size . t) (user-position . t)) + parms))) ;; The initial frame, which we are about to delete, may be ;; the only frame with a minibuffer. If it is, create a ;; new one.