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 662a37fd592..8563f015d07 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -10020,7 +10020,7 @@ try_window_id (w) | |||
| 10020 | only if buffer has really changed. The reason is that the gap is | 10020 | only if buffer has really changed. The reason is that the gap is |
| 10021 | initially at Z for freshly visited files. The code below would | 10021 | initially at Z for freshly visited files. The code below would |
| 10022 | set end_unchanged to 0 in that case. */ | 10022 | set end_unchanged to 0 in that case. */ |
| 10023 | if (MODIFF > SAVE_MODIFF) | 10023 | if (MODIFF > 1) |
| 10024 | { | 10024 | { |
| 10025 | if (GPT - BEG < BEG_UNCHANGED) | 10025 | if (GPT - BEG < BEG_UNCHANGED) |
| 10026 | BEG_UNCHANGED = GPT - BEG; | 10026 | BEG_UNCHANGED = GPT - BEG; |