diff options
| author | Kim F. Storm | 2006-07-11 20:09:49 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-11 20:09:49 +0000 |
| commit | 6a6be67ad3559a92ea8c8425efc87162da69b0e7 (patch) | |
| tree | 7f003cd88842a5ab53d310fac133a85f2ec7962d /src | |
| parent | 902b9b6dde55700238923e598e20bce33ed3bca8 (diff) | |
| download | emacs-6a6be67ad3559a92ea8c8425efc87162da69b0e7.tar.gz emacs-6a6be67ad3559a92ea8c8425efc87162da69b0e7.zip | |
(sit_for): Remove prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 1dfcf136aeb..6aff0dc1803 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2968,7 +2968,6 @@ int scrolling P_ ((struct frame *)); | |||
| 2968 | void do_pending_window_change P_ ((int)); | 2968 | void do_pending_window_change P_ ((int)); |
| 2969 | void change_frame_size P_ ((struct frame *, int, int, int, int, int)); | 2969 | void change_frame_size P_ ((struct frame *, int, int, int, int, int)); |
| 2970 | void bitch_at_user P_ ((void)); | 2970 | void bitch_at_user P_ ((void)); |
| 2971 | Lisp_Object sit_for P_ ((int, int, int, int, int)); | ||
| 2972 | void init_display P_ ((void)); | 2971 | void init_display P_ ((void)); |
| 2973 | void syms_of_display P_ ((void)); | 2972 | void syms_of_display P_ ((void)); |
| 2974 | extern Lisp_Object Qredisplay_dont_pause; | 2973 | extern Lisp_Object Qredisplay_dont_pause; |