Don't scan frames other than current in popup
This accidentally reuses windows in other frames, especially when there are multiple compliation buffers.
This commit is contained in:
parent
abc7ca84d8
commit
3b67338b4a
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ Accepts the same arguments as `display-buffer-in-side-window'. You must set
|
|||
(lambda (window)
|
||||
(and (eq (window-parameter window 'window-side) side)
|
||||
(eq (window-parameter window 'window-vslot) vslot)))
|
||||
nil t))
|
||||
nil))
|
||||
(reversed (window--sides-reverse-on-frame-p (selected-frame)))
|
||||
(windows
|
||||
(cond ((window-live-p major)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue