* xdisp.c (redisplay_internal): Remove now-unused local.
This commit is contained in:
parent
e02230bf34
commit
99e9311c31
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-12-20 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xdisp.c (redisplay_internal): Remove now-unused local.
|
||||
|
||||
2012-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
|
||||
|
|
|
|||
|
|
@ -12976,7 +12976,7 @@ redisplay_internal (void)
|
|||
ptrdiff_t count, count1;
|
||||
struct frame *sf;
|
||||
int polling_stopped_here = 0;
|
||||
Lisp_Object tail, frame, old_frame = selected_frame;
|
||||
Lisp_Object tail, frame;
|
||||
struct backtrace backtrace;
|
||||
|
||||
/* Non-zero means redisplay has to consider all windows on all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue