# HG changeset patch # User Chong Yidong # Date 1295711708 18000 # Node ID 550574f08669c5c2993a4da945de237c4adaa2fb # Parent c49e3a39059d05d34eedc4be04561c587961b4e3 Fix last change. diff -r c49e3a39059d -r 550574f08669 src/window.c --- a/src/window.c Fri Jan 21 22:03:49 2011 -0500 +++ b/src/window.c Sat Jan 22 10:55:08 2011 -0500 @@ -85,7 +85,7 @@ int (* fn) (struct window *, void *), void *)); static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); -static Lisp_Object select_window _P ((Lisp_Object, Lisp_Object, int)); +static Lisp_Object select_window P_ ((Lisp_Object, Lisp_Object, int)); /* This is the window in which the terminal's cursor should be left when nothing is being done with it. This must