diff options
| author | Gerd Moellmann | 2000-12-11 14:50:29 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-11 14:50:29 +0000 |
| commit | 4db873808f5abb3a8a25dff0c9efa8f39ec2af89 (patch) | |
| tree | b02eca742292667709b6b84c6a8fee226cbac91a /src/ChangeLog | |
| parent | e5959a9aef36b817fb835b1f9ab47a6c9d0b64de (diff) | |
| download | emacs-4db873808f5abb3a8a25dff0c9efa8f39ec2af89.tar.gz emacs-4db873808f5abb3a8a25dff0c9efa8f39ec2af89.zip | |
(try_cursor_movement): Check update_mode_lines instead
of the window's update_mode_line flag, since the former is set by
force-mode-line-update, not the latter. This makes
column-number-mode slightly faster.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1062db5d5da..951205e8978 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (try_cursor_movement): Check update_mode_lines instead | ||
| 4 | of the window's update_mode_line flag, since the former is set by | ||
| 5 | force-mode-line-update, not the latter. This makes | ||
| 6 | column-number-mode slightly faster. | ||
| 7 | |||
| 3 | * xdisp.c (try_window_id) <all changes above window start>: | 8 | * xdisp.c (try_window_id) <all changes above window start>: |
| 4 | Set the cursor. | 9 | Set the cursor. |
| 5 | 10 | ||