# HG changeset patch # User Kenichi Handa # Date 1126525805 0 # Node ID ef9562ce14ea0a547aee0d78480c44c14120a724 # Parent 4880487753ece5462896d64004149b372cf3d4de (display_mode_element): Be sure to make variables THIS and LISP_STRING point into a string data of ELT. diff -r 4880487753ec -r ef9562ce14ea src/xdisp.c --- a/src/xdisp.c Mon Sep 12 10:27:35 2005 +0000 +++ b/src/xdisp.c Mon Sep 12 11:50:05 2005 +0000 @@ -16171,6 +16171,8 @@ else /* c == 0 */ break; } + this += SDATA (elt) - lisp_string; + lisp_string = SDATA (elt); } } break;