comparison src/lisp.h @ 83067:b44978264e1d

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-118 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-119 src/keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-120 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-107
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 28 Feb 2004 04:52:40 +0000
parents 55d4fe5962fd 2affc700598b
children fac24544c283
comparison
equal deleted inserted replaced
83066:887bb2eb4a89 83067:b44978264e1d
2378 extern void truncate_echo_area P_ ((int)); 2378 extern void truncate_echo_area P_ ((int));
2379 extern void redisplay P_ ((void)); 2379 extern void redisplay P_ ((void));
2380 extern int check_point_in_composition 2380 extern int check_point_in_composition
2381 P_ ((struct buffer *, int, struct buffer *, int)); 2381 P_ ((struct buffer *, int, struct buffer *, int));
2382 extern void redisplay_preserve_echo_area P_ ((int)); 2382 extern void redisplay_preserve_echo_area P_ ((int));
2383 extern void mark_window_display_accurate P_ ((Lisp_Object, int));
2384 extern void prepare_menu_bars P_ ((void)); 2383 extern void prepare_menu_bars P_ ((void));
2385 2384
2386 void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); 2385 void set_frame_cursor_types P_ ((struct frame *, Lisp_Object));
2387 extern void syms_of_xdisp P_ ((void)); 2386 extern void syms_of_xdisp P_ ((void));
2388 extern void init_xdisp P_ ((void)); 2387 extern void init_xdisp P_ ((void));