From c67174d397d6128a07aec6015643a24917e76291 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 21 Feb 2008 07:42:52 +0000 Subject: [PATCH] (display_mode_element): Fix previous change. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 7e41f157f36..f9333b4282f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -17259,7 +17259,7 @@ display_mode_element (it, depth, field_width, precision, elt, props, risky) } 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: -- 2.39.2