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
commit 35170cb2e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)