From: Richard M. Stallman Date: Sun, 26 Mar 1995 21:13:57 +0000 (+0000) Subject: (kbd_buffer_get_event): Pass 0 for `insist' arg. X-Git-Tag: emacs-19.34~4731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023;p=emacs.git (kbd_buffer_get_event): Pass 0 for `insist' arg. --- 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;