diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
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 *)); |
| 87 | static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 87 | static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 88 | static Lisp_Object select_window _P ((Lisp_Object, Lisp_Object, int)); | 88 | static 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 |