]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #47781: (window-list-1 nil t) wrongly returned nil.
authorAlan Mackenzie <acm@muc.de>
Tue, 20 Apr 2021 10:53:02 +0000 (10:53 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 20 Apr 2021 10:53:02 +0000 (10:53 +0000)
commit4e907fa3295e1d3ce2220a2bb9bd984afdec740a
treeebf9831c5ca62d1f2a6c3ecbbf92d953ebd04df4
parent55db25b2579e5d84dfcf3a15957fc7a827abf25f
Fix bug #47781: (window-list-1 nil t) wrongly returned nil.

* src/window.c (candidate_window_p): In the WINDOW_P (all_frames) branch of
the conditional, insert "EQ (minibuf, Qt)" in the requisite place.
src/window.c