mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(Fcurrent_input_mode): Fix the call to Flist.
This commit is contained in:
parent
7498a8713c
commit
bf673a7a13
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user