Mercurial > emacs
changeset 112424:550574f08669
Fix last change.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Sat, 22 Jan 2011 10:55:08 -0500 |
| parents | c49e3a39059d |
| children | 9f7614f1a892 |
| files | src/window.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
