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:
parent
997d1bf03b
commit
3ce3ff1151
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue