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:
parent
fe8089a249
commit
5add1986c0
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user