+2011-04-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
+
2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
* coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
(To ignore it safely, we would need to gcpro a bunch of
other variables.) */
if (! (VECTORP (next) || STRINGP (next)))
- error ("Function %s returns invalid key sequence", tem);
+ error ("Function %s returns invalid key sequence",
+ SSDATA (SYMBOL_NAME (tem)));
}
return next;
}