aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-07-24 07:15:18 +0000
committerRichard M. Stallman <[email protected]>1992-07-24 07:15:18 +0000
commit15c65264fae0a306ac53cef41af7b1879051ce17 (patch)
tree38a3a2dda18bd78668e02efd246dbf0d80d9036d /src/fns.c
parentba343182c20416a0cce986585f4382efc753205e (diff)
*** empty log message ***
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index cf8ac7b9e2..89afc34362 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1170,8 +1170,7 @@ and can edit it until it as been confirmed.")
GCPRO1 (prompt);
while (1)
{
- ans = Fdowncase (read_minibuf (Vminibuffer_local_map,
- Qnil, prompt, Qnil, 0));
+ ans = Fdowncase (Fread_minibuffer (prompt, Qnil));
if (XSTRING (ans)->size == 3 && !strcmp (XSTRING (ans)->data, "yes"))
{
UNGCPRO;