+2010-11-12 Martin Rudalics <rudalics@gmx.at>
+
+ * window.el (display-buffer): Write check for dedicatedness
+ correctly in the same-window section.
+
2010-11-10 Martin Rudalics <rudalics@gmx.at>
* help.el (with-help-window): In doc-string say how to set up
(setq window
(or (and (eq location 'same-window)
(or (not (window-dedicated-p))
- (not (eq (window-buffer) buffer)))
+ (eq (window-buffer) buffer))
(let ((selected-window
;; If the selected window is a minibuffer
;; window, use the selected window of the