comparison src/xterm.c @ 51048:7ac9c3bea5ea

(Fselect_window): Add optional arg `norecord'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 17 May 2003 21:17:45 +0000
parents 3b4cda88d7ef
children 2c04067bcdc0
comparison
equal deleted inserted replaced
51047:497252d655f0 51048:7ac9c3bea5ea
1 /* X Communication module for terminals which understand the X protocol. 1 /* X Communication module for terminals which understand the X protocol.
2 Copyright (C) 1989, 93, 94, 95, 96, 1997, 1998, 1999, 2000, 2001, 2002 2 Copyright (C) 1989, 93, 94, 95, 96, 97, 98, 1999, 2000, 01, 02, 2003
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
3101 3101
3102 #if 0 3102 #if 0
3103 selected_frame = frame; 3103 selected_frame = frame;
3104 XSETFRAME (XWINDOW (selected_frame->selected_window)->frame, 3104 XSETFRAME (XWINDOW (selected_frame->selected_window)->frame,
3105 selected_frame); 3105 selected_frame);
3106 Fselect_window (selected_frame->selected_window); 3106 Fselect_window (selected_frame->selected_window, Qnil);
3107 choose_minibuf_frame (); 3107 choose_minibuf_frame ();
3108 #endif /* ! 0 */ 3108 #endif /* ! 0 */
3109 3109
3110 if (dpyinfo->x_focus_frame && dpyinfo->x_focus_frame->auto_raise) 3110 if (dpyinfo->x_focus_frame && dpyinfo->x_focus_frame->auto_raise)
3111 pending_autoraise_frame = dpyinfo->x_focus_frame; 3111 pending_autoraise_frame = dpyinfo->x_focus_frame;