changeset 17678:c13cd575945a

(Fset_window_configuration): Set last_selected_window in the new selected window's new buffer.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 May 1997 03:29:39 +0000
parents 3ab08563e855
children 447ca1b334e5
files src/window.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Mon May 05 23:41:56 1997 +0000
+++ b/src/window.c	Tue May 06 03:29:39 1997 +0000
@@ -3377,6 +3377,8 @@
 
       FRAME_ROOT_WINDOW (f) = data->root_window;
       Fselect_window (data->current_window);
+      XBUFFER (XWINDOW (selected_window)->buffer)->last_selected_window
+	= selected_window;
 
       if (NILP (data->focus_frame)
 	  || (FRAMEP (data->focus_frame)