]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.c (syms_of_window): Add missing defsubr for window-use-time.
authorŠtěpán Němec <stepnem@gmail.com>
Wed, 29 Dec 2010 11:16:44 +0000 (19:16 +0800)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 29 Dec 2010 11:16:44 +0000 (19:16 +0800)
src/ChangeLog
src/window.c

index 9b4a709710db100b5b7c7c7c2e100e08199387c6..446a00c7f7577902c88e7a47d3e5ee900255ba26 100644 (file)
@@ -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.
index c92196d7dc125d403bb52bcd9c49b4d3eda7a857..920a528a03e0226a554128fedcc4198449f3a8b7 100644 (file)
@@ -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);