aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index d9f697a689b..c436649f73d 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3304,7 +3304,7 @@ is nil, and `use-dialog-box' is non-nil. */)
3304 { 3304 {
3305 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, 3305 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil,
3306 Qyes_or_no_p_history, Qnil, 3306 Qyes_or_no_p_history, Qnil,
3307 Qnil)); 3307 Qnil, Qnil));
3308 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) 3308 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes"))
3309 { 3309 {
3310 UNGCPRO; 3310 UNGCPRO;