+2014-02-19 Juanma Barranquero <lekktu@gmail.com>
+
+ * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
+
2014-02-19 Martin Rudalics <rudalics@gmx.at>
* window.el (window-state-put): Allow WINDOW to refer to an
(setq frame (frameset--find-frame-if nil display))))
;; If found, remove from the list.
(when frame
- (setq frameset--reuse-list (delq frame frameset--reuse-list))
- ;; Workaround for feature/bug#16793
- (let ((root (frame-root-window frame)))
- (unless (window-live-p root)
- (delete-other-windows-internal (frame-first-window root) root))))
+ (setq frameset--reuse-list (delq frame frameset--reuse-list)))
frame))
(defun frameset--initial-params (parameters)