Merge pull request #1029 from amosbird/patch-8

Don't scan frames other than current in popup
This commit is contained in:
Henrik Lissner
2018-12-03 22:18:03 -05:00
committed by GitHub

View File

@ -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)