Skip to content

Commit

Permalink
(add_user_signal): Fix typo in extern.
Browse files Browse the repository at this point in the history
  • Loading branch information
mituharu committed May 6, 2009
1 parent 863b01f commit 400c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ extern void gen_help_event P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));
extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object));
extern int kbd_buffer_events_waiting P_ ((int));
extern void add_user_signals P_ ((int, const char *));
extern void add_user_signal P_ ((int, const char *));

extern int tty_read_avail_input P_ ((struct terminal *, int,
struct input_event *));
Expand Down

0 comments on commit 400c819

Please sign in to comment.