diff options
| author | Richard M. Stallman | 1995-03-26 21:13:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-03-26 21:13:57 +0000 |
| commit | dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023 (patch) | |
| tree | 8af178bab43b11f13e0d70ed1387fd485b49843b /src | |
| parent | 0c5c1cf72b208fe6ddd08d188174bef57c3df5e2 (diff) | |
| download | emacs-dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023.tar.gz emacs-dd26ab75c7cb7bc0a9b1db2a0216cd8e673d2023.zip | |
(kbd_buffer_get_event): Pass 0 for `insist' arg.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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) | |||
| 2507 | If there is no valid info, it does not store anything | 2507 | If there is no valid info, it does not store anything |
| 2508 | so x remains nil. */ | 2508 | so x remains nil. */ |
| 2509 | x = Qnil; | 2509 | x = Qnil; |
| 2510 | (*mouse_position_hook) (&f, &bar_window, &part, &x, &y, &time); | 2510 | (*mouse_position_hook) (&f, 0, &bar_window, &part, &x, &y, &time); |
| 2511 | 2511 | ||
| 2512 | obj = Qnil; | 2512 | obj = Qnil; |
| 2513 | 2513 | ||