1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(struct input_event): FIx typo in previous change.

This commit is contained in:
Richard M. Stallman 1993-12-26 08:43:36 +00:00
parent 66fceb6578
commit 9257d3746e

View File

@ -261,7 +261,7 @@ struct input_event {
/* For an ascii_keystroke, this is the character.
For a non_ascii_keystroke, this is the keysym code.
For a mouse event, this is the button number.
For a mouse event, this is the button number. */
int code;
enum scroll_bar_part part;