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
b1c6aa6e
Commit
b1c6aa6e
authored
Dec 14, 2006
by
YAMAMOTO Mitsuharu
Browse files
(add_user_signals): Add extern.
parent
23479b40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
src/ChangeLog
src/ChangeLog
+16
-0
src/keyboard.h
src/keyboard.h
+1
-0
No files found.
src/ChangeLog
View file @
b1c6aa6e
2006-12-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* emacs.c (handle_user_signal): Move function to keyboard.c.
(main): Use add_user_signal for SIGUSR1 and SIGUSR2.
* keyboard.c (make_lispy_event): Use find_user_signal_name.
(read_avail_input): Store pending user signal events.
(struct user_signal_info): New struct.
(user_signals): New variable.
(add_user_signal, store_user_signal_events find_user_signal_name):
New functions.
(handle_user_signal): Move function from emacs.c. Don't store
USER_SIGNAL_EVENT here, but increment number of pending signals.
* keyboard.h (add_user_signals): Add extern.
2006-12-11 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
...
...
src/keyboard.h
View file @
b1c6aa6e
...
...
@@ -344,6 +344,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
*
));
/* arch-tag: 769cbade-1ba9-4950-b886-db265b061aa3
(do not change this comment) */
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