diff lisp/ChangeLog @ 108896:4a42850741ad

* 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
author Juri Linkov <juri@jurta.org>
date Mon, 07 Jun 2010 21:28:02 +0300
parents ca3bfaa18e56
children 68586a267c40
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 07 12:35:57 2010 +0200
+++ b/lisp/ChangeLog	Mon Jun 07 21:28:02 2010 +0300
@@ -1,3 +1,10 @@
+2010-06-07  Martin Rudalics  <rudalics@gmx.at>
+
+	* 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
+
 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* emacs-lisp/smie.el (smie-indent-offset-after)