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 855e20b78b4..e0b43bd436e 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1185,7 +1185,7 @@ and can edit it until it as been confirmed.")
1185 Fding (Qnil); 1185 Fding (Qnil);
1186 Fdiscard_input (); 1186 Fdiscard_input ();
1187 message ("Please answer yes or no."); 1187 message ("Please answer yes or no.");
1188 Fsleep_for (make_number (2)); 1188 Fsleep_for (make_number (2), Qnil);
1189 } 1189 }
1190 UNGCPRO; 1190 UNGCPRO;
1191} 1191}