summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-26 21:13:57 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-26 21:13:57 +0000
commitdd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023 (patch)
tree8af178bab43b11f13e0d70ed1387fd485b49843b
parent0c5c1cf72b208fe6ddd08d188174bef57c3df5e2 (diff)
downloademacs-dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023.tar.gz
emacs-dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023.tar.bz2
emacs-dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023.zip
(kbd_buffer_get_event): Pass 0 for `insist' arg.
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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;