Mercurial > emacs
changeset 11127:53e4f014e31c
(kbd_buffer_get_event): Pass 0 for `insist' arg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Mar 1995 21:13:57 +0000 |
parents | 786f1c82a38e |
children | 291aaa280603 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sun Mar 26 21:13:40 1995 +0000 +++ b/src/keyboard.c Sun Mar 26 21:13:57 1995 +0000 @@ -2507,7 +2507,7 @@ 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;