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 545b4d7b0ea..3b4b3e5149b 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2798,7 +2798,7 @@ is nil, and `use-dialog-box' is non-nil. */)
2798 { 2798 {
2799 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, 2799 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil,
2800 Qyes_or_no_p_history, Qnil, 2800 Qyes_or_no_p_history, Qnil,
2801 Qnil, Qnil)); 2801 Qnil));
2802 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) 2802 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes"))
2803 { 2803 {
2804 UNGCPRO; 2804 UNGCPRO;