diff options
| author | Gerd Moellmann | 1999-09-14 13:09:33 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-14 13:09:33 +0000 |
| commit | 4dedbdd83c989580c2e87ee541d8ef9d5f0776a3 (patch) | |
| tree | f79090c6d1b55137798204210287ecd3900ecf94 /src | |
| parent | 7de6c76606fbb7bbc593bdf5c726c0c679ffbad0 (diff) | |
| download | emacs-4dedbdd83c989580c2e87ee541d8ef9d5f0776a3.tar.gz emacs-4dedbdd83c989580c2e87ee541d8ef9d5f0776a3.zip | |
(freeze_window_starts): Fix typo in prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index e246b8c34ef..9fabb59ed43 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -364,7 +364,7 @@ extern void set_window_height P_ ((Lisp_Object, int, int)); | |||
| 364 | extern void set_window_width P_ ((Lisp_Object, int, int)); | 364 | extern void set_window_width P_ ((Lisp_Object, int, int)); |
| 365 | extern void change_window_height P_ ((int, int)); | 365 | extern void change_window_height P_ ((int, int)); |
| 366 | extern void delete_all_subwindows P_ ((struct window *)); | 366 | extern void delete_all_subwindows P_ ((struct window *)); |
| 367 | extern void free_window_starts P_ ((struct frame *, int)); | 367 | extern void freeze_window_starts P_ ((struct frame *, int)); |
| 368 | extern void foreach_window (); | 368 | extern void foreach_window (); |
| 369 | 369 | ||
| 370 | /* Make WINDOW display BUFFER as its contents. RUN_HOOKS_P non-zero | 370 | /* Make WINDOW display BUFFER as its contents. RUN_HOOKS_P non-zero |