comparison src/cmds.c @ 2862:b95fe16005fd

[xemacs-hg @ 2005-07-17 20:08:40 by aidan] Restore the last argument to event-to-character, document that it's unused.
author aidan
date Sun, 17 Jul 2005 20:08:48 +0000
parents a25c824ed558
children 91950589598c
comparison
equal deleted inserted replaced
2861:cf9f69706740 2862:b95fe16005fd
337 n = XINT (count); 337 n = XINT (count);
338 338
339 if (CHAR_OR_CHAR_INTP (Vlast_command_char)) 339 if (CHAR_OR_CHAR_INTP (Vlast_command_char))
340 c = Vlast_command_char; 340 c = Vlast_command_char;
341 else 341 else
342 c = Fevent_to_character (Vlast_command_event, Qnil, Qnil); 342 c = Fevent_to_character (Vlast_command_event, Qnil, Qnil, Qnil);
343 343
344 if (NILP (c)) 344 if (NILP (c))
345 invalid_operation ( 345 invalid_operation (
346 "Last typed key has no character equivalent (that we know of)", 346 "Last typed key has no character equivalent (that we know of)",
347 Fcopy_event (Vlast_command_event, Qnil)); 347 Fcopy_event (Vlast_command_event, Qnil));