]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_mode_element): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 21 Feb 2008 07:42:52 +0000 (07:42 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 21 Feb 2008 07:42:52 +0000 (07:42 +0000)
src/xdisp.c

index 7e41f157f36a977c0ece33b7b474a16ead9aee2b..f9333b4282f8c8954dcaf1460deb19d1c1bb089a 100644 (file)
@@ -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: