summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-08-29 03:03:15 +0000
committerJim Blandy <jimb@redhat.com>1992-08-29 03:03:15 +0000
commit6057234d6e1284302f6f7e1d05b3005caf5ae8c0 (patch)
treeefaa9164c775b7235ffcc3614d70bf58a466fd5b /src/fns.c
parent9686a7611ea33a9ad59930544bcd1681e7fbcd42 (diff)
downloademacs-6057234d6e1284302f6f7e1d05b3005caf5ae8c0.tar.gz
* fns.c (Fyes_or_no_p): Call Fsleep_for with the appropriate
number of arguments.
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 855e20b78b4..e0b43bd436e 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1185,7 +1185,7 @@ and can edit it until it as been confirmed.")
Fding (Qnil);
Fdiscard_input ();
message ("Please answer yes or no.");
- Fsleep_for (make_number (2));
+ Fsleep_for (make_number (2), Qnil);
}
UNGCPRO;
}