aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2e4c4e6aabf..81ff9df153d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4234,7 +4234,7 @@ decode_timer (Lisp_Object timer, struct timespec *result)
4234{ 4234{
4235 Lisp_Object *vec; 4235 Lisp_Object *vec;
4236 4236
4237 if (! (VECTORP (timer) && ASIZE (timer) == 9)) 4237 if (! (VECTORP (timer) && ASIZE (timer) == 10))
4238 return false; 4238 return false;
4239 vec = XVECTOR (timer)->contents; 4239 vec = XVECTOR (timer)->contents;
4240 if (! NILP (vec[0])) 4240 if (! NILP (vec[0]))