diff options
Diffstat (limited to 'src/callint.c')
-rw-r--r-- | src/callint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index e5ec3d7d931..95b193ad91a 100644 --- a/src/callint.c +++ b/src/callint.c @@ -293,7 +293,7 @@ invoke it. If KEYS is omitted or nil, the return value of else { CHECK_VECTOR (keys); - key_count = XVECTOR (keys)->size; + key_count = XVECTOR_SIZE (keys); } /* Save this now, since use of minibuffer will clobber it. */ |