summaryrefslogtreecommitdiff
path: root/src/minibuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index b5e7e4cd76e..ea525ba0f25 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1158,7 +1158,7 @@ function, instead of the usual behavior. */)
}
prompt = Fformat (3, ((Lisp_Object [])
- { build_local_string ("%s (default %s): "),
+ { SCOPED_STRING ("%s (default %s): "),
prompt, CONSP (def) ? XCAR (def) : def }));
}