# HG changeset patch # User Richard M. Stallman # Date 796252437 0 # Node ID 53e4f014e31c629337f3e2ba6041a278a8e4f571 # Parent 786f1c82a38e26f23637f9c604c2c2c1551f9e19 (kbd_buffer_get_event): Pass 0 for `insist' arg. diff -r 786f1c82a38e -r 53e4f014e31c src/keyboard.c --- a/src/keyboard.c Sun Mar 26 21:13:40 1995 +0000 +++ b/src/keyboard.c Sun Mar 26 21:13:57 1995 +0000 @@ -2507,7 +2507,7 @@ 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;