aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorChong Yidong2011-01-22 10:55:08 -0500
committerChong Yidong2011-01-22 10:55:08 -0500
commitbd2a4b24c4a591240862704737b5bc696ff67cbf (patch)
treedee364561e31da35f3fb24806b48bca875cff884 /src/window.c
parente3545d0d6f15d95ba4ca22cb37037ce26f36e1dd (diff)
downloademacs-bd2a4b24c4a591240862704737b5bc696ff67cbf.tar.gz
emacs-bd2a4b24c4a591240862704737b5bc696ff67cbf.zip
Fix last change.
Diffstat (limited to 'src/window.c')
-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 *,
85 int (* fn) (struct window *, void *), 85 int (* fn) (struct window *, void *),
86 void *)); 86 void *));
87static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); 87static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
88static Lisp_Object select_window _P ((Lisp_Object, Lisp_Object, int)); 88static Lisp_Object select_window P_ ((Lisp_Object, Lisp_Object, int));
89 89
90/* This is the window in which the terminal's cursor should 90/* This is the window in which the terminal's cursor should
91 be left when nothing is being done with it. This must 91 be left when nothing is being done with it. This must