summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-01-22 10:55:08 -0500
committerChong Yidong <cyd@stupidchicken.com>2011-01-22 10:55:08 -0500
commit1c040cc05dc64d32d11bca9434dcf516810a2eb6 (patch)
treeac6ed34ed30fb9a1fe3323afe8bd0d1b03146c11
parent25696ccaa7dfc57c5e8e47f138ee507e4dd5f222 (diff)
downloademacs-1c040cc05dc64d32d11bca9434dcf516810a2eb6.tar.gz
Fix last change.
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index ffbc471f47a..c81a20610f1 100644
--- a/src/window.c
+++ b/src/window.c
@@ -85,7 +85,7 @@ static int foreach_window_1 P_ ((struct window *,
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