comparison src/window.c @ 83159:38500c0c86ab

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399 Tweak directory permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401 More build-in-place tweaking of arch tagging * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403 Yet more build-in-place tweaking of arch tagging * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-405 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-406 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-407 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-199
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 14 Jun 2004 20:00:54 +0000
parents ad01ab3c6f4d 36a475d543b8
children dbcd0af66869
comparison
equal deleted inserted replaced
83158:f948c9fd910c 83159:38500c0c86ab
3062 /* Note that selected_window can be nil 3062 /* Note that selected_window can be nil
3063 when this is called from Fset_window_configuration. */ 3063 when this is called from Fset_window_configuration. */
3064 3064
3065 DEFUN ("select-window", Fselect_window, Sselect_window, 1, 2, 0, 3065 DEFUN ("select-window", Fselect_window, Sselect_window, 1, 2, 0,
3066 doc: /* Select WINDOW. Most editing will apply to WINDOW's buffer. 3066 doc: /* Select WINDOW. Most editing will apply to WINDOW's buffer.
3067 If WINDOW is not already selected, also make WINDOW's buffer current. 3067 If WINDOW is not already selected, make WINDOW's buffer current
3068 Also make WINDOW the frame's selected window. 3068 and make WINDOW the frame's selected window.
3069 Optional second arg NORECORD non-nil means 3069 Optional second arg NORECORD non-nil means
3070 do not put this buffer at the front of the list of recently selected ones. 3070 do not put this buffer at the front of the list of recently selected ones.
3071 3071
3072 Note that the main editor command loop 3072 Note that the main editor command loop
3073 selects the buffer of the selected window before each command. */) 3073 selects the buffer of the selected window before each command. */)