]> git.eshelyaron.com Git - emacs.git/commit
After minibuffer action, don't make the minibuffer current
authorAlan Mackenzie <acm@muc.de>
Sat, 17 Jun 2023 16:14:14 +0000 (16:14 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 17 Jun 2023 16:14:14 +0000 (16:14 +0000)
commit90c03ffcd4b3744ae149dcede9179b0cbf9d7547
tree2b2b7330a1df43ad14a26da0d3fb2a2609e4b438
parent95091b77f0bbb2ae1aa94ef4a413626e7d434d58
After minibuffer action, don't make the minibuffer current

This fixes bug#63967.

* src/minibuf.c (minibuffer_unwind): After restoring the next
minibuffer outwards to the mini window (when
enable-recursive-minibuffers is non-nil), don't call
Fset_frame_selected_window, which used to set the current
window to be the mini window.
src/minibuf.c