aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
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/window.c
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/window.c')
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
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);