diff options
| author | Chong Yidong | 2011-01-22 10:55:08 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-22 10:55:08 -0500 |
| commit | bd2a4b24c4a591240862704737b5bc696ff67cbf (patch) | |
| tree | dee364561e31da35f3fb24806b48bca875cff884 /src | |
| parent | e3545d0d6f15d95ba4ca22cb37037ce26f36e1dd (diff) | |
| download | emacs-bd2a4b24c4a591240862704737b5bc696ff67cbf.tar.gz emacs-bd2a4b24c4a591240862704737b5bc696ff67cbf.zip | |
Fix last change.
Diffstat (limited to 'src')
| -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 |