1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

(kbd_buffer_get_event): Pass 0 for `insist' arg.

This commit is contained in:
Richard M. Stallman 1995-03-26 21:13:57 +00:00
parent 0c5c1cf72b
commit dd26ab75c7

View file

@ -2507,7 +2507,7 @@ kbd_buffer_get_event (KBOARD **kbp)
If there is no valid info, it does not store anything
so x remains nil. */
x = Qnil;
(*mouse_position_hook) (&f, &bar_window, &part, &x, &y, &time);
(*mouse_position_hook) (&f, 0, &bar_window, &part, &x, &y, &time);
obj = Qnil;