el/dot-emacs.el (mdw-display-buffer-in-tolerable-window): Maybe reuse current.
[profile] / el / dot-emacs.el
index 01d3ac5..542a6cb 100644 (file)
@@ -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)