diff options
| author | Paul Eggert | 2011-08-02 22:24:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-02 22:24:30 -0700 |
| commit | f26d0e4c33448514cbc70be5c5579c4af3f9314e (patch) | |
| tree | aff9c36146859813d878141294c010f84f105c35 /src | |
| parent | b796c9b7f9ad0624ddc5a94e2601d8dc2266f2bb (diff) | |
| download | emacs-f26d0e4c33448514cbc70be5c5579c4af3f9314e.tar.gz emacs-f26d0e4c33448514cbc70be5c5579c4af3f9314e.zip | |
* xdisp.c (compute_display_string_pos): Remove unused local.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3717924ff68..7c043f6d087 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-08-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * xdisp.c (compute_display_string_pos): Remove unused local. | ||
| 4 | |||
| 1 | 2011-08-02 Eli Zaretskii <eliz@gnu.org> | 5 | 2011-08-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | Fix slow cursor motion and scrolling in large buffers with | 7 | Fix slow cursor motion and scrolling in large buffers with |
diff --git a/src/xdisp.c b/src/xdisp.c index fa4b3c4f9ab..d1598e5ed40 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -3163,7 +3163,6 @@ compute_display_string_pos (struct text_pos *position, | |||
| 3163 | EMACS_INT lim = | 3163 | EMACS_INT lim = |
| 3164 | (charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob; | 3164 | (charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob; |
| 3165 | struct text_pos tpos; | 3165 | struct text_pos tpos; |
| 3166 | struct buffer *b; | ||
| 3167 | 3166 | ||
| 3168 | *disp_prop_p = 1; | 3167 | *disp_prop_p = 1; |
| 3169 | 3168 | ||