* window.el (display-buffer-normalize-specifiers-1): Fix thinko.
pop-up-windows is unset. Add a reuse-window specifier for the
case popping up a new window fails.
(special-display-popup-frame): Remove double quoting.
+ (display-buffer-normalize-specifiers-1): Fix thinko.
2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
;; A macro specifier.
(cdr entry))
((or (display-buffer-other-window-means-other-frame buffer-name label)
- (with-no-warnings (not pop-up-frames)))
+ (with-no-warnings pop-up-frames))
+ ;; Pop up another frame.
(cdr (assq 'other-frame display-buffer-macro-specifiers)))
(t
;; In any other case pop up a new window.