]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/window.h (replace_buffer_in_windows): Declare.
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 11 Jun 2011 10:11:07 +0000 (12:11 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 11 Jun 2011 10:11:07 +0000 (12:11 +0200)
src/ChangeLog
src/window.h

index b53eea56a0da7928a2791c90a958c01711058cd5..92130c350507b231cac7aefd855f1a5103065d32 100644 (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
index 52fecbf2e56f82d540c7028a37f5d926ce197eb8..c3f59e4b1162923d9710436b8cf18bffcad386a6 100644 (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);