diff options
| author | Andreas Schwab | 2010-12-27 18:23:49 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2010-12-27 18:23:49 +0100 |
| commit | c4b607ede11227b48de24b861f728d8fd20e6753 (patch) | |
| tree | f245f9498ed797763f11ceca573f5fdf6c644ae1 /src | |
| parent | 59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8 (diff) | |
| download | emacs-c4b607ede11227b48de24b861f728d8fd20e6753.tar.gz emacs-c4b607ede11227b48de24b861f728d8fd20e6753.zip | |
* scroll.c: Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/scroll.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c640a9ef814..fc66f43f5e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-12-27 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2010-12-27 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * scroll.c: Fix comment. | ||
| 4 | |||
| 3 | * dispnew.c (add_window_display_history) | 5 | * dispnew.c (add_window_display_history) |
| 4 | (add_frame_display_history, glyph_row_slice_p) | 6 | (add_frame_display_history, glyph_row_slice_p) |
| 5 | (find_glyph_row_slice, flush_stdout) | 7 | (find_glyph_row_slice, flush_stdout) |
diff --git a/src/scroll.c b/src/scroll.c index 4d1c4045bd4..e3f02b013ff 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -877,8 +877,7 @@ scrolling_max_lines_saved (int start, int end, int *oldhash, int *newhash, int * | |||
| 877 | 877 | ||
| 878 | /* Return a measure of the cost of moving the lines starting with vpos | 878 | /* Return a measure of the cost of moving the lines starting with vpos |
| 879 | FROM, up to but not including vpos TO, down by AMOUNT lines (AMOUNT | 879 | FROM, up to but not including vpos TO, down by AMOUNT lines (AMOUNT |
| 880 | may be negative). These are the same arguments that might be given | 880 | may be negative). */ |
| 881 | to scroll_frame_lines to perform this scrolling. */ | ||
| 882 | 881 | ||
| 883 | int | 882 | int |
| 884 | scroll_cost (FRAME_PTR frame, int from, int to, int amount) | 883 | scroll_cost (FRAME_PTR frame, int from, int to, int amount) |