* xdisp.c (compute_display_string_pos): Remove unused local.
This commit is contained in:
parent
b796c9b7f9
commit
f26d0e4c33
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xdisp.c (compute_display_string_pos): Remove unused local.
|
||||
|
||||
2011-08-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
Fix slow cursor motion and scrolling in large buffers with
|
||||
|
|
|
@ -3163,7 +3163,6 @@ compute_display_string_pos (struct text_pos *position,
|
|||
EMACS_INT lim =
|
||||
(charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob;
|
||||
struct text_pos tpos;
|
||||
struct buffer *b;
|
||||
|
||||
*disp_prop_p = 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue