From f8e12783e2835c688174ef048bf5d6732346e798 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 7 May 2002 04:55:32 +0000 Subject: [PATCH] (display_mode_element): When the variable `elt' is changed, update `this' and `lisp_string'. --- src/xdisp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xdisp.c b/src/xdisp.c index f3ac113de4f..a35145cf381 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -13614,6 +13614,8 @@ display_mode_element (it, depth, field_width, precision, elt, props) mode_line_proptrans_alist); } } + this = XSTRING (elt)->data; + lisp_string = this; } if (literal) -- 2.39.5