From dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 26 Mar 1995 21:13:57 +0000 Subject: [PATCH] (kbd_buffer_get_event): Pass 0 for `insist' arg. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 25b56f88952..220585d4326 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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; -- 2.39.5