summaryrefslogtreecommitdiff
path: root/src/callint.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-02 20:46:55 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-02 20:46:55 +0000
commitb78265036088d5d0eac2a03b929adb50aa59b45c (patch)
treede99fe733144deb926fd31ee7bdff95cb1bc5073 /src/callint.c
parent00a2cef7d11a1b193891eb3d28274ef7fc7c3fe4 (diff)
downloademacs-b78265036088d5d0eac2a03b929adb50aa59b45c.tar.gz
Update usage of CHECK_ macros (remove unused second argument).
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index 30036ea5b3a..f84d0048877 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -223,7 +223,7 @@ supply if the command inquires which events were used to invoke it. */)
keys = this_command_keys, key_count = this_command_key_count;
else
{
- CHECK_VECTOR (keys, 3);
+ CHECK_VECTOR (keys);
key_count = XVECTOR (keys)->size;
}