diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 52fecbf2e56..c3f59e4b116 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -918,6 +918,7 @@ extern int window_internal_height (struct window *); | |||
| 918 | extern int window_body_cols (struct window *w); | 918 | extern int window_body_cols (struct window *w); |
| 919 | EXFUN (Frecenter, 1); | 919 | EXFUN (Frecenter, 1); |
| 920 | extern void temp_output_buffer_show (Lisp_Object); | 920 | extern void temp_output_buffer_show (Lisp_Object); |
| 921 | extern void replace_buffer_in_windows (Lisp_Object); | ||
| 921 | extern void replace_buffer_in_windows_safely (Lisp_Object); | 922 | extern void replace_buffer_in_windows_safely (Lisp_Object); |
| 922 | extern void init_window_once (void); | 923 | extern void init_window_once (void); |
| 923 | extern void init_window (void); | 924 | extern void init_window (void); |