aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-07-11 20:09:49 +0000
committerKim F. Storm2006-07-11 20:09:49 +0000
commit6a6be67ad3559a92ea8c8425efc87162da69b0e7 (patch)
tree7f003cd88842a5ab53d310fac133a85f2ec7962d /src
parent902b9b6dde55700238923e598e20bce33ed3bca8 (diff)
downloademacs-6a6be67ad3559a92ea8c8425efc87162da69b0e7.tar.gz
emacs-6a6be67ad3559a92ea8c8425efc87162da69b0e7.zip
(sit_for): Remove prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
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 *));
2968void do_pending_window_change P_ ((int)); 2968void do_pending_window_change P_ ((int));
2969void change_frame_size P_ ((struct frame *, int, int, int, int, int)); 2969void change_frame_size P_ ((struct frame *, int, int, int, int, int));
2970void bitch_at_user P_ ((void)); 2970void bitch_at_user P_ ((void));
2971Lisp_Object sit_for P_ ((int, int, int, int, int));
2972void init_display P_ ((void)); 2971void init_display P_ ((void));
2973void syms_of_display P_ ((void)); 2972void syms_of_display P_ ((void));
2974extern Lisp_Object Qredisplay_dont_pause; 2973extern Lisp_Object Qredisplay_dont_pause;