changeset 10601:b357feae0096

(frame-notice-user-settings): Avoid having the window manager re-prompt for the initial frame's clone.
author Karl Heuer <kwzh@gnu.org>
date Mon, 30 Jan 1995 23:47:17 +0000
parents 45bbb119e1a3
children 05a3cfc7a5ba
files lisp/frame.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.