summaryrefslogtreecommitdiff
path: root/src/chartab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartab.c')
-rw-r--r--src/chartab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartab.c b/src/chartab.c
index 4e4219d8ae3..35362e32a03 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -1302,7 +1302,7 @@ uniprop_table (Lisp_Object prop)
{
struct gcpro gcpro1;
GCPRO1 (val);
- result = Fload (concat2 (build_local_string ("international/"), table),
+ result = Fload (concat2 (SCOPED_STRING ("international/"), table),
Qt, Qt, Qt, Qt);
UNGCPRO;
if (NILP (result))