Mercurial > emacs
changeset 83375:6e8cc0cd2f5a
Fix bootstrap error in keyboard.c.
* src/keyboard.c: Add forward declaration of restore_kboard_configuration.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-415
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 11 Sep 2005 07:23:22 +0000 |
parents | 0b75ace4f7ad |
children | de684325b343 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sun Sep 11 06:42:03 2005 +0000 +++ b/src/keyboard.c Sun Sep 11 07:23:22 2005 +0000 @@ -672,6 +672,7 @@ static Lisp_Object apply_modifiers P_ ((int, Lisp_Object)); static void clear_event P_ ((struct input_event *)); static void any_kboard_state P_ ((void)); +static Lisp_Object restore_kboard_configuration P_ ((Lisp_Object)); static SIGTYPE interrupt_signal P_ ((int signalnum)); static void handle_interrupt P_ ((void)); static void timer_start_idle P_ ((void));