1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(frame-notice-user-settings): Avoid having the window manager re-prompt for

the initial frame's clone.
This commit is contained in:
Karl Heuer 1995-01-30 23:47:17 +00:00
parent 997d1bf03b
commit 3ce3ff1151

View 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.