lisp/frameset.el: Allow orphaned minibufferless frames.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 14 Aug 2013 13:41:02 +0000 (15:41 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 14 Aug 2013 13:41:02 +0000 (15:41 +0200)
commit14d1e4634c80f0ba07181efc3e5b251d3a92e182
tree32039c481bb26d539cc9c89cc19f24199be6e3cb
parent62f33baed9e37213dc5164b27a968c42bb60b4a7
lisp/frameset.el: Allow orphaned minibufferless frames.
(frameset-filter-minibuffer): Deal with the case that the minibuffer
parameter was already set in FILTERED.  Doc fix.
(frameset--record-minibuffer-relationships): Allow saving a
minibufferless frame without its corresponding minibuffer frame.
(frameset--reuse-frame): Accept a match from an orphaned minibufferless
frame, if the frame id matches.
(frameset--minibufferless-last-p): Sort non-orphaned minibufferless
frames before orphaned ones.
(frameset-restore): Warn about orphaned windows, instead of error out.
lisp/ChangeLog
lisp/frameset.el