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 527976593da..44ddf340856 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2485,7 +2485,7 @@ is nil, and `use-dialog-box' is non-nil. */)
2485 2485
2486 Fding (Qnil); 2486 Fding (Qnil);
2487 Fdiscard_input (); 2487 Fdiscard_input ();
2488 message ("Please answer yes or no."); 2488 message1 ("Please answer yes or no.");
2489 Fsleep_for (make_number (2), Qnil); 2489 Fsleep_for (make_number (2), Qnil);
2490 } 2490 }
2491} 2491}