diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 29f164e34e9..3cfd97ea3ea 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Updating of data structures for redisplay. | 1 | /* Updating of data structures for redisplay. |
| 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 1999, 2000, 2001, 2002 | 2 | Copyright (C) 1985,86,87,88,93,94,95,97,98,1999,2000,01,02,2003 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -5732,7 +5732,6 @@ mode_line_string (w, x, y, part, charpos) | |||
| 5732 | { | 5732 | { |
| 5733 | struct glyph_row *row; | 5733 | struct glyph_row *row; |
| 5734 | struct glyph *glyph, *end; | 5734 | struct glyph *glyph, *end; |
| 5735 | struct frame *f = XFRAME (w->frame); | ||
| 5736 | int x0; | 5735 | int x0; |
| 5737 | Lisp_Object string = Qnil; | 5736 | Lisp_Object string = Qnil; |
| 5738 | 5737 | ||