diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/window.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b53eea56a0d..92130c35050 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-06-11 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * window.h (replace_buffer_in_windows): Declare. | ||
| 4 | |||
| 1 | 2011-06-11 Martin Rudalics <rudalics@gmx.at> | 5 | 2011-06-11 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * buffer.c: New Lisp objects Qbuffer_list_update_hook and | 7 | * buffer.c: New Lisp objects Qbuffer_list_update_hook and |
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); |