Mercurial > emacs
changeset 92021:a4b628905c66
(display_mode_element): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 21 Feb 2008 07:42:52 +0000 |
parents | cacf74222e58 |
children | fe056cd0c04d |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: