]> git.eshelyaron.com Git - emacs.git/commit
Revert extra focus redirection in do_switch_frame (Bug#24803)
authorMartin Rudalics <rudalics@gmx.at>
Wed, 25 Nov 2020 08:58:21 +0000 (09:58 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 25 Nov 2020 08:58:21 +0000 (09:58 +0100)
commit6442cdc0e4ec466841ff9c3d9016fecd7b72b5a1
treefb79407806ec5a4dda34700e7832bc8a9bb62f21
parentfc4379f1aedd6b1ebae722b967a7e6feb30fa2a6
Revert extra focus redirection in do_switch_frame (Bug#24803)

* src/frame.c (do_switch_frame): Do not also redirect frame
focus when FRAME has its minibuffer window on the selected
frame which was intended to fix Bug#24500.  It may cause
Bug#24803 and lead to a nasty state where no active cursor is
shown on any frame, see
https://lists.gnu.org/archive/html/emacs-devel/2020-11/msg01137.html.
src/frame.c