From: Kenichi Handa Date: Thu, 21 Feb 2008 07:42:52 +0000 (+0000) Subject: (display_mode_element): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~7810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c67174d397d6128a07aec6015643a24917e76291;p=emacs.git (display_mode_element): Fix previous change. --- 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: