summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 8b307c7fa6d..fc7d5f4d8cf 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4631,7 +4631,7 @@ The elements of this list correspond to the arguments of\n\
val[2] = meta_key == 2 ? make_number (0) : meta_key == 1 ? Qt : Qnil;
XFASTINT (val[3]) = quit_char;
- return Flist (val, sizeof (val) / sizeof (val[0]));
+ return Flist (sizeof (val) / sizeof (val[0]), val);
}