From a1bfe073ea1774b5f14b77b37a08ebb7e1f23c90 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 16 Apr 2004 21:19:16 +0000 Subject: (Fkey_description): Change callers. --- src/callint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/callint.c') 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. */) Qnil, Qnil, Qnil, Qnil); unbind_to (speccount1, Qnil); teml = args[i]; - visargs[i] = Fkey_description (teml); + visargs[i] = Fkey_description (teml, Qnil); /* If the key sequence ends with a down-event, discard the following up-event. */ @@ -639,7 +639,7 @@ supply if the command inquires which events were used to invoke it. */) args[i] = Fread_key_sequence (build_string (callint_message), Qnil, Qt, Qnil, Qnil); teml = args[i]; - visargs[i] = Fkey_description (teml); + visargs[i] = Fkey_description (teml, Qnil); unbind_to (speccount1, Qnil); /* If the key sequence ends with a down-event, -- cgit v1.2.1