From: Štěpán Němec Date: Wed, 29 Dec 2010 11:16:44 +0000 (+0800) Subject: * window.c (syms_of_window): Add missing defsubr for window-use-time. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1aab3ff300e301744206b6828c9931f87e196d6;p=emacs.git * window.c (syms_of_window): Add missing defsubr for window-use-time. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9b4a709710d..446a00c7f75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-12-29 Å těpán Němec (tiny change) + + * window.c (syms_of_window): Add missing defsubr for + window-use-time. + 2010-12-28 Andreas Schwab * 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. */); defsubr (&Sprevious_window); defsubr (&Sother_window); defsubr (&Sget_lru_window); + defsubr (&Swindow_use_time); defsubr (&Sget_largest_window); defsubr (&Sget_buffer_window); defsubr (&Sdelete_other_windows);