]> git.eshelyaron.com Git - emacs.git/commit
Don't have previous and next buffers deal with internal windows.
authorMartin Rudalics <rudalics@gmx.at>
Thu, 8 Sep 2011 15:45:20 +0000 (17:45 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 8 Sep 2011 15:45:20 +0000 (17:45 +0200)
commit9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8
tree3e88db6f59bf395c372426f6f2659a12ab084dd7
parent567457e31a7a87292d39437281a3ab112b8b5abd
Don't have previous and next buffers deal with internal windows.

* window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
Operate on live windows only.

* window.el (window-deletable-p): Make sure window is live before
invoking window-prev-buffers.
lisp/ChangeLog
lisp/window.el
src/ChangeLog
src/window.c