aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/window.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9b4a709710d..446a00c7f75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change)
2
3 * window.c (syms_of_window): Add missing defsubr for
4 window-use-time.
5
12010-12-28 Andreas Schwab <schwab@linux-m68k.org> 62010-12-28 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration. 8 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
diff --git a/src/window.c b/src/window.c
index c92196d7dc1..920a528a03e 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7204,6 +7204,7 @@ frame to be redrawn only if it is a tty frame. */);
7204 defsubr (&Sprevious_window); 7204 defsubr (&Sprevious_window);
7205 defsubr (&Sother_window); 7205 defsubr (&Sother_window);
7206 defsubr (&Sget_lru_window); 7206 defsubr (&Sget_lru_window);
7207 defsubr (&Swindow_use_time);
7207 defsubr (&Sget_largest_window); 7208 defsubr (&Sget_largest_window);
7208 defsubr (&Sget_buffer_window); 7209 defsubr (&Sget_buffer_window);
7209 defsubr (&Sdelete_other_windows); 7210 defsubr (&Sdelete_other_windows);