diff options
Diffstat (limited to 'src/chartab.c')
| -rw-r--r-- | src/chartab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartab.c b/src/chartab.c index bf8e34b2529..04205ac1032 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -1288,7 +1288,7 @@ uniprop_table (Lisp_Object prop) | |||
| 1288 | if (STRINGP (table)) | 1288 | if (STRINGP (table)) |
| 1289 | { | 1289 | { |
| 1290 | AUTO_STRING (intl, "international/"); | 1290 | AUTO_STRING (intl, "international/"); |
| 1291 | result = Fload (concat2 (intl, table), Qt, Qt, Qt, Qt); | 1291 | result = save_match_data_load (concat2 (intl, table), Qt, Qt, Qt, Qt); |
| 1292 | if (NILP (result)) | 1292 | if (NILP (result)) |
| 1293 | return Qnil; | 1293 | return Qnil; |
| 1294 | table = XCDR (val); | 1294 | table = XCDR (val); |