* frame.el (frame-notice-user-settings): If we had to create a new

frame in order to obey initial-frame-alist, use delete-frame's
FORCE argument to get rid of the old frame even if the new one
hasn't been mapped yet.
This commit is contained in:
Jim Blandy 1993-07-31 00:21:33 +00:00
parent 7b3de0eaf9
commit 0cffbbb992

View file

@ -229,7 +229,7 @@ These supersede the values given in `default-frame-alist'.")
(redirect-frame-focus frame-initial-frame new)
;; Finally, get rid of the old frame.
(delete-frame frame-initial-frame))
(delete-frame frame-initial-frame t))
;; Otherwise, we don't need all that rigamarole; just apply
;; the new parameters.