diff options
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index f8e655a3685..ff2eed925d1 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -628,7 +628,7 @@ compose_chars_in_text (start, end, string) | |||
| 628 | } | 628 | } |
| 629 | 629 | ||
| 630 | /* Preserve the match data. */ | 630 | /* Preserve the match data. */ |
| 631 | record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); | 631 | record_unwind_save_match_data (); |
| 632 | 632 | ||
| 633 | /* If none of ASCII characters have composition functions, we can | 633 | /* If none of ASCII characters have composition functions, we can |
| 634 | skip them quickly. */ | 634 | skip them quickly. */ |