* src/window.h (replace_buffer_in_windows): Declare.

This commit is contained in:
Andreas Schwab
2011-06-11 12:11:07 +02:00
parent 9397e56f74
commit b6e3633caf
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
* window.h (replace_buffer_in_windows): Declare.
2011-06-11 Martin Rudalics <rudalics@gmx.at>
* buffer.c: New Lisp objects Qbuffer_list_update_hook and

View File

@@ -918,6 +918,7 @@ extern int window_internal_height (struct window *);
extern int window_body_cols (struct window *w);
EXFUN (Frecenter, 1);
extern void temp_output_buffer_show (Lisp_Object);
extern void replace_buffer_in_windows (Lisp_Object);
extern void replace_buffer_in_windows_safely (Lisp_Object);
extern void init_window_once (void);
extern void init_window (void);