* xdisp.c (compute_display_string_pos): Remove unused local.

This commit is contained in:
Paul Eggert 2011-08-02 22:24:30 -07:00
parent b796c9b7f9
commit f26d0e4c33
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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;