* window.el (pop-to-buffer): Remove the conditional that
authorMartin Rudalics <rudalics@gmx.at>
Mon, 7 Jun 2010 18:28:02 +0000 (21:28 +0300)
committerJuri Linkov <juri@jurta.org>
Mon, 7 Jun 2010 18:28:02 +0000 (21:28 +0300)
commit13b5221f4df08dd203b36cc444aab7e825dd29f8
tree2cd4b4012752a3d6950b22a6b23e8b70858fa6bd
parent5220357f5856b5b917e84bb6f745982df05a9684
* window.el (pop-to-buffer): Remove the conditional that
compares new-window and old-window, so it will reselect
the selected window unconditionally.
http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html

* window.c (Fselect_window): Move `record_buffer' up to the
beginning of this function, so the buffer gets recorded
even if the selected window does not change.
http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
lisp/ChangeLog
lisp/window.el
src/ChangeLog
src/window.c