Mercurial > hg > xemacs-beta
diff src/event-stream.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 | d7505a1267a4 |
children | facf3239ba30 |
line wrap: on
line diff
--- a/src/event-stream.c Sat Jul 16 21:51:13 2005 +0000 +++ b/src/event-stream.c Sun Jul 17 20:08:48 2005 +0000 @@ -2362,7 +2362,7 @@ Note that last-input-char will never have its high-bit set, in an effort to sidestep the ambiguity between M-x and oslash. */ - Vlast_input_char = Fevent_to_character (Vlast_input_event, Qnil, Qnil); + Vlast_input_char = Fevent_to_character (Vlast_input_event, Qnil, Qnil, Qnil); { EMACS_TIME t; EMACS_GET_TIME (t); @@ -4252,7 +4252,7 @@ /* Note that last-command-char will never have its high-bit set, in an effort to sidestep the ambiguity between M-x and oslash. */ Vlast_command_char = Fevent_to_character (Vlast_command_event, - Qnil, Qnil); + Qnil, Qnil, Qnil); /* Actually call the command, with all sorts of hair to preserve or clear the echo-area and region as appropriate and call the pre- and post-