]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of minibuffer-only child frames (Bug#33498)
authorMartin Rudalics <rudalics@gmx.at>
Tue, 5 Mar 2019 09:46:19 +0000 (10:46 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 5 Mar 2019 09:46:19 +0000 (10:46 +0100)
commita552cc21dc324b1be71c181684b0ab2e6cf0a60f
tree64ba993180246d1837d5a1ef3c30c1c8ed749ac2
parenteb8dbafff11fded9c96294a0680455bcde70882c
Fix handling of minibuffer-only child frames (Bug#33498)

* doc/lispref/frames.texi (Buffer Parameters): Describe how to
make a minibuffer-only child frame.
(Child Frames): Describe how minbuffer child frames are
deleted.
* src/frame.c (delete_frame): Handle deletion of minibuffer
child frames (Bug#33498).  In the course, fix reassigning of
'default-minibuffer-frame' with minibuffer-only frames.
* lisp/frame.el (frame-notice-user-settings): Handle creation of
initial minibuffer-only child frame.
(make-frame): Handle creation of frame with a minibuffer-only
child frame.
doc/lispref/frames.texi
etc/NEWS
lisp/frame.el
src/frame.c