aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callint.c b/src/callint.c
index 50090db8b28..a3e4984fd16 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -612,7 +612,7 @@ supply if the command inquires which events were used to invoke it. */)
612 Qnil, Qnil, Qnil, Qnil); 612 Qnil, Qnil, Qnil, Qnil);
613 unbind_to (speccount1, Qnil); 613 unbind_to (speccount1, Qnil);
614 teml = args[i]; 614 teml = args[i];
615 visargs[i] = Fkey_description (teml); 615 visargs[i] = Fkey_description (teml, Qnil);
616 616
617 /* If the key sequence ends with a down-event, 617 /* If the key sequence ends with a down-event,
618 discard the following up-event. */ 618 discard the following up-event. */
@@ -639,7 +639,7 @@ supply if the command inquires which events were used to invoke it. */)
639 args[i] = Fread_key_sequence (build_string (callint_message), 639 args[i] = Fread_key_sequence (build_string (callint_message),
640 Qnil, Qt, Qnil, Qnil); 640 Qnil, Qt, Qnil, Qnil);
641 teml = args[i]; 641 teml = args[i];
642 visargs[i] = Fkey_description (teml); 642 visargs[i] = Fkey_description (teml, Qnil);
643 unbind_to (speccount1, Qnil); 643 unbind_to (speccount1, Qnil);
644 644
645 /* If the key sequence ends with a down-event, 645 /* If the key sequence ends with a down-event,