# HG changeset patch # User Kenichi Handa # Date 1203579772 0 # Node ID a4b628905c66fd374a9c153117076c5b37dbc396 # Parent cacf74222e5859f1681d627aefcfb65e1dc56d9f (display_mode_element): Fix previous change. diff -r cacf74222e58 -r a4b628905c66 src/xdisp.c --- a/src/xdisp.c Thu Feb 21 07:38:40 2008 +0000 +++ b/src/xdisp.c Thu Feb 21 07:42:52 2008 +0000 @@ -17259,7 +17259,7 @@ } props = Ftext_properties_at (make_number (charpos), elt); /* Should only keep face property in props */ - n += store_mode_line_string (NULL, tem, 0, field, prec, props); + n += store_mode_line_string (NULL, string, 0, field, prec, props); } break; case MODE_LINE_DISPLAY: