changeset 112031:18b73506d813

* window.c (syms_of_window): Add missing defsubr for window-use-time.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 29 Dec 2010 19:16:44 +0800
parents a456b0a17885
children 209df3f0dcc6
files src/ChangeLog src/window.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Dec 29 19:11:25 2010 +0800
+++ b/src/ChangeLog	Wed Dec 29 19:16:44 2010 +0800
@@ -1,3 +1,8 @@
+2010-12-29  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+
+	* window.c (syms_of_window): Add missing defsubr for
+	window-use-time.
+
 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
--- a/src/window.c	Wed Dec 29 19:11:25 2010 +0800
+++ b/src/window.c	Wed Dec 29 19:16:44 2010 +0800
@@ -7204,6 +7204,7 @@
   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);