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:
parent
0c5c1cf72b
commit
dd26ab75c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue