aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index f06f39fae04..2fea9af40cd 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3433,7 +3433,7 @@ is nil, and `use-dialog-box' is non-nil. */)
3433 { 3433 {
3434 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, 3434 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil,
3435 Qyes_or_no_p_history, Qnil, 3435 Qyes_or_no_p_history, Qnil,
3436 Qnil, Qnil)); 3436 Qnil));
3437 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) 3437 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes"))
3438 { 3438 {
3439 UNGCPRO; 3439 UNGCPRO;