comparison src/window.c @ 16485:9b919c5464a4

Reorganize function definitions so etags finds them.
author Erik Naggum <erik@naggum.no>
date Thu, 31 Oct 1996 13:43:37 +0000
parents de5de2aefc4e
children 63ca7c6ceeff
comparison
equal deleted inserted replaced
16484:96df462c5f15 16485:9b919c5464a4
3351 } 3351 }
3352 3352
3353 return i; 3353 return i;
3354 } 3354 }
3355 3355
3356 DEFUN ("current-window-configuration", 3356 DEFUN ("current-window-configuration", Fcurrent_window_configuration,
3357 Fcurrent_window_configuration, Scurrent_window_configuration, 0, 1, 0, 3357 Scurrent_window_configuration, 0, 1, 0,
3358 "Return an object representing the current window configuration of FRAME.\n\ 3358 "Return an object representing the current window configuration of FRAME.\n\
3359 If FRAME is nil or omitted, use the selected frame.\n\ 3359 If FRAME is nil or omitted, use the selected frame.\n\
3360 This describes the number of windows, their sizes and current buffers,\n\ 3360 This describes the number of windows, their sizes and current buffers,\n\
3361 and for each displayed buffer, where display starts, and the positions of\n\ 3361 and for each displayed buffer, where display starts, and the positions of\n\
3362 point and mark. An exception is made for point in the current buffer:\n\ 3362 point and mark. An exception is made for point in the current buffer:\n\