]> git.eshelyaron.com Git - emacs.git/commit
minibuffer code: restore original frame after using minibuffer-only frame, etc
authorAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2020 15:54:50 +0000 (15:54 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2020 15:54:50 +0000 (15:54 +0000)
commitc3edaa552491629917489ddd7aaa4829fd3487a4
tree5bf706d4f4582bc3e6a018b1cace8d78ff1d63be
parentd645b6f9ac19545b0cd0e4ad75b064d89d65172c
minibuffer code: restore original frame after using minibuffer-only frame, etc

* src/minibuf.c (read_minibuf): In the record_unwind_protect for the second
restore_window_configuration (separate minibuffer frame case) arrange for the
future switching back to the original frame by Fset_window_configuration.
src/minibuf.c