el/dot-emacs.el (mdw-display-buffer-in-tolerable-window): Maybe reuse current.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 9 May 2024 22:20:44 +0000 (23:20 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 9 May 2024 22:22:06 +0000 (23:22 +0100)
commitcf9e198f813b60cf274a8de717fba08cfc462867
treee18aa6d3fe75250c79c2f2ed76b5418812011608
parentd32df53afddde732d8792400ea0b274e8c58f463
el/dot-emacs.el (mdw-display-buffer-in-tolerable-window): Maybe reuse current.

If the selected window is also the fallback window for the frame then
it's OK to use it.  That's what it's for.  So if there's a fallback
window then clear `selected' so that the later check doesn't complain.
el/dot-emacs.el