aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
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 81efb267bdf..87411005a3c 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -589,7 +589,7 @@ invoke it. If KEYS is omitted or nil, the return value of
589 case 'U': /* Up event from last k or K. */ 589 case 'U': /* Up event from last k or K. */
590 if (!NILP (up_event)) 590 if (!NILP (up_event))
591 { 591 {
592 args[i] = Fmake_vector (make_fixnum (1), up_event); 592 args[i] = make_vector (1, up_event);
593 up_event = Qnil; 593 up_event = Qnil;
594 visargs[i] = Fkey_description (args[i], Qnil); 594 visargs[i] = Fkey_description (args[i], Qnil);
595 } 595 }