]> code.delx.au - gnu-emacs/commitdiff
(kbd_buffer_get_event): Pass 0 for `insist' arg.
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 21:13:57 +0000 (21:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 21:13:57 +0000 (21:13 +0000)
src/keyboard.c

index 25b56f889526da1134546b9336818b54e624aa03..220585d4326056a74b23bd8211fe21a0cbddb5cf 100644 (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;