aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 018717e591f..748456ba3a7 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6521,7 +6521,7 @@ sit_for (timeout, reading, do_display)
6521 6521
6522 if (INTEGERP (timeout)) 6522 if (INTEGERP (timeout))
6523 { 6523 {
6524 sec = XFASTINT (timeout); 6524 sec = XINT (timeout);
6525 usec = 0; 6525 usec = 0;
6526 } 6526 }
6527 else if (FLOATP (timeout)) 6527 else if (FLOATP (timeout))