aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorŠtěpán Němec2010-12-29 19:16:44 +0800
committerChong Yidong2010-12-29 19:16:44 +0800
commitf1aab3ff300e301744206b6828c9931f87e196d6 (patch)
tree74dea0169823798e04e709b6915dcc61eb1d404e /src
parent4fc5868a33b8ed4d6c2a323d564559e4f5872d01 (diff)
downloademacs-f1aab3ff300e301744206b6828c9931f87e196d6.tar.gz
emacs-f1aab3ff300e301744206b6828c9931f87e196d6.zip
* window.c (syms_of_window): Add missing defsubr for window-use-time.
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);