diff src/callint.c @ 54927:7b6b4d9ae726

(Fkey_description): Change callers.
author Kim F. Storm <storm@cua.dk>
date Fri, 16 Apr 2004 21:19:16 +0000
parents 6258852d3607
children bf7d2966022c 4c90ffeb71c5
line wrap: on
line diff
--- a/src/callint.c	Fri Apr 16 21:17:02 2004 +0000
+++ b/src/callint.c	Fri Apr 16 21:19:16 2004 +0000
@@ -612,7 +612,7 @@
 					  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 @@
 	    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,