summaryrefslogtreecommitdiff
path: root/src/callint.c
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-04-16 21:19:16 +0000
committerKim F. Storm <storm@cua.dk>2004-04-16 21:19:16 +0000
commita1bfe073ea1774b5f14b77b37a08ebb7e1f23c90 (patch)
tree3e789da10ee063c33373e4fc8a46c1f9fc11a3fb /src/callint.c
parentb378e2c73668ca964ee7d195e2667cf3a1bee853 (diff)
downloademacs-a1bfe073ea1774b5f14b77b37a08ebb7e1f23c90.tar.gz
(Fkey_description): Change callers.
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. */)
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,