+2008-06-08 Andreas Schwab <schwab@suse.de>
+
+ * window.el (display-buffer): Use lru window if current window
+ cannot be split.
+
2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
* apropos.el (apropos-library): New command and new button.
(or (window--try-to-split-window
(get-largest-window frame-to-use t))
(window--try-to-split-window
- (get-lru-window frame-to-use t))))
+ (get-lru-window frame-to-use t))
+ (get-lru-window frame-to-use nil)))
(window--display-buffer-2 buffer window-to-use)))
((setq window-to-use
;; Reuse an existing window.