diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2004-10-12 07:52:25 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2004-10-12 07:52:25 +0000 |
commit | 684c64437d4bcdea90b1a922d557477b7cff1084 (patch) | |
tree | 0b16b6a2e696b586f121f5abb315fb1101bf042a /src/keyboard.h | |
parent | 65f640341c447084163a74acba654e0f6a32c73c (diff) | |
parent | e62e7654ac785834b72bfb8784ff34d203d3190f (diff) | |
download | emacs-684c64437d4bcdea90b1a922d557477b7cff1084.tar.gz |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-608
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-609
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-45
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-258
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index c079994ca9a..3039f028bbb 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -326,8 +326,6 @@ extern void swallow_events P_ ((int)); extern int help_char_p P_ ((Lisp_Object)); extern void quit_throw_to_read_char P_ ((void)) NO_RETURN; extern void cmd_error_internal P_ ((Lisp_Object, char *)); -extern void timer_start_idle P_ ((void)); -extern void timer_stop_idle P_ ((void)); extern int lucid_event_type_list_p P_ ((Lisp_Object)); extern void kbd_buffer_store_event P_ ((struct input_event *)); extern void kbd_buffer_store_event_hold P_ ((struct input_event *, |