(redisplay_preserve_echo_area): Change prototype.
authorGerd Moellmann <gerd@gnu.org>
Tue, 16 Jan 2001 12:38:28 +0000 (12:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 16 Jan 2001 12:38:28 +0000 (12:38 +0000)
src/dispextern.h
src/lisp.h

index b0fa067..534f18d 100644 (file)
@@ -2144,7 +2144,7 @@ int window_box_left P_ ((struct window *, int));
 int window_box_right P_ ((struct window *, int));
 void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *));
 void mark_window_display_accurate P_ ((Lisp_Object, int));
-void redisplay_preserve_echo_area P_ ((void));
+void redisplay_preserve_echo_area P_ ((int));
 void set_cursor_from_row P_ ((struct window *, struct glyph_row *,
                              struct glyph_matrix *, int, int, int, int));
 void init_iterator P_ ((struct it *, struct window *, int,
index b1951ea..66f3704 100644 (file)
@@ -2166,7 +2166,7 @@ extern void truncate_echo_area P_ ((int));
 extern void redisplay P_ ((void));
 extern int check_point_in_composition
        P_ ((struct buffer *, int, struct buffer *, int));
-extern void redisplay_preserve_echo_area P_ ((void));
+extern void redisplay_preserve_echo_area P_ ((int));
 extern void mark_window_display_accurate P_ ((Lisp_Object, int));
 extern int invisible_p P_ ((Lisp_Object, Lisp_Object));
 extern void prepare_menu_bars P_ ((void));