Mercurial > emacs
changeset 2589:5f41134610a6
(read_pending_input): Fix the garbaged-modifiers bug under System Vs previous
to r4.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Mon, 26 Apr 1993 05:15:13 +0000 |
parents | b0a1846fe3b8 |
children | 9dace03bd76c |
files | src/sysdep.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Mon Apr 26 05:15:08 1993 +0000 +++ b/src/sysdep.c Mon Apr 26 05:15:13 1993 +0000 @@ -1786,6 +1786,7 @@ /* Scan the chars for C-g and store them in kbd_buffer. */ e.kind = ascii_keystroke; e.frame_or_window = selected_frame; + e.modifiers = 0; for (i = 0; i < nread; i++) { XSET (e.code, Lisp_Int, buf[i]);