Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9719d4f7
Commit
9719d4f7
authored
May 06, 2009
by
YAMAMOTO Mitsuharu
Browse files
(add_user_signal): Fix typo in extern.
parent
864660a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.h
src/keyboard.h
+1
-1
No files found.
src/keyboard.h
View file @
9719d4f7
...
...
@@ -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_signal
s
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
*
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment