Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/keymap.c Sat Jul 16 21:51:13 2005 +0000 +++ b/src/keymap.c Sun Jul 17 20:08:48 2005 +0000 @@ -3399,7 +3399,7 @@ if (EVENTP (chr)) { - Lisp_Object ch = Fevent_to_character (chr, Qnil, Qnil); + Lisp_Object ch = Fevent_to_character (chr, Qnil, Qnil, Qnil); if (NILP (ch)) return signal_continuable_error