]> git.eshelyaron.com Git - emacs.git/commitdiff
(frame-notice-user-settings): Avoid having the window manager re-prompt for
authorKarl Heuer <kwzh@gnu.org>
Mon, 30 Jan 1995 23:47:17 +0000 (23:47 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 30 Jan 1995 23:47:17 +0000 (23:47 +0000)
the initial frame's clone.

lisp/frame.el

index ebeec61a2d371eebc5c5bcbeef1ee615a24a6150..88e088abdc70dffc44050c4e9d10e636656c6f2c 100644 (file)
@@ -261,7 +261,9 @@ These supersede the values given in `default-frame-alist'.")
                    (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.