]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_mode_element): When the variable `elt' is
authorKenichi Handa <handa@m17n.org>
Tue, 7 May 2002 04:55:32 +0000 (04:55 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 May 2002 04:55:32 +0000 (04:55 +0000)
changed, update `this' and `lisp_string'.

src/xdisp.c

index f3ac113de4f7250224c46d4836c9a2752e59b267..a35145cf38164b0a4f8b9b37cb5ca7767b390580 100644 (file)
@@ -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)