1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(display_mode_element): Be sure to make variables THIS

and LISP_STRING point into a string data of ELT.
This commit is contained in:
Kenichi Handa 2005-09-12 11:51:55 +00:00
parent fe8089a249
commit 5add1986c0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-09-12 Kenichi Handa <handa@m17n.org>
* xdisp.c (display_mode_element): Be sure to make variables THIS
and LISP_STRING point into a string data of ELT.
2005-09-12 Kim F. Storm <storm@cua.dk>
* editfns.c (Ftranslate_region_internal): Reload `tt' after

View File

@ -16171,6 +16171,8 @@ display_mode_element (it, depth, field_width, precision, elt, props, risky)
else /* c == 0 */
break;
}
this += SDATA (elt) - lisp_string;
lisp_string = SDATA (elt);
}
}
break;