X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9817e1919d7fc19194c63e87ddafe1e3e04cb538..cf9e198f813b60cf274a8de717fba08cfc462867:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 01d3ac5..542a6cb 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -837,7 +837,8 @@ emphasis is on predictability rather than crazy DWIMmery." ((and fallback (window-live-p (cdr fallback))) ;; There's a fallback window set for this frame. Use it. - (setq chosen (cdr fallback)) + (setq chosen (cdr fallback) + selected nil) (display-buffer-record-window 'window chosen buffer)) ((and full-height-p full-width-p)