Mercurial > hg > xemacs-beta
comparison src/keymap.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 | 1e7cc382eb16 |
comparison
equal
deleted
inserted
replaced
2861:cf9f69706740 | 2862:b95fe16005fd |
---|---|
3397 : ((EQ (ctl_arrow, Qt) || NILP (ctl_arrow)) | 3397 : ((EQ (ctl_arrow, Qt) || NILP (ctl_arrow)) |
3398 ? 256 : 160)); | 3398 ? 256 : 160)); |
3399 | 3399 |
3400 if (EVENTP (chr)) | 3400 if (EVENTP (chr)) |
3401 { | 3401 { |
3402 Lisp_Object ch = Fevent_to_character (chr, Qnil, Qnil); | 3402 Lisp_Object ch = Fevent_to_character (chr, Qnil, Qnil, Qnil); |
3403 if (NILP (ch)) | 3403 if (NILP (ch)) |
3404 return | 3404 return |
3405 signal_continuable_error | 3405 signal_continuable_error |
3406 (Qinvalid_argument, | 3406 (Qinvalid_argument, |
3407 "key has no character equivalent (that we know of)", | 3407 "key has no character equivalent (that we know of)", |