diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index fc17eb6cce9..11eee2353b0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -9892,7 +9892,7 @@ try_window_id (w) | |||
| 9892 | delta = dvpos = dy = run.current_y = run.desired_y = run.height = 0; | 9892 | delta = dvpos = dy = run.current_y = run.desired_y = run.height = 0; |
| 9893 | IF_DEBUG (debug_dvpos = dvpos; debug_dy = dy); | 9893 | IF_DEBUG (debug_dvpos = dvpos; debug_dy = dy); |
| 9894 | 9894 | ||
| 9895 | k | 9895 | |
| 9896 | /* Find the cursor if not already found. We have to decide whether | 9896 | /* Find the cursor if not already found. We have to decide whether |
| 9897 | PT will appear on this window (it sometimes doesn't, but this is | 9897 | PT will appear on this window (it sometimes doesn't, but this is |
| 9898 | not a very frequent case.) This decision has to be made before | 9898 | not a very frequent case.) This decision has to be made before |