diff options
| author | Gerd Moellmann | 2001-01-16 12:38:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-16 12:38:28 +0000 |
| commit | 69d1478a7986a6c2b69e3e0dc1e23bbf871beb21 (patch) | |
| tree | 1fb17297781be8abbef749c043cd674ebaf13458 /src | |
| parent | 9bf7693622719a757337468b521d85b030b7bba1 (diff) | |
| download | emacs-69d1478a7986a6c2b69e3e0dc1e23bbf871beb21.tar.gz emacs-69d1478a7986a6c2b69e3e0dc1e23bbf871beb21.zip | |
(redisplay_preserve_echo_area): Change prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 | ||||
| -rw-r--r-- | src/lisp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index b0fa067fe43..534f18d76d6 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2144,7 +2144,7 @@ int window_box_left P_ ((struct window *, int)); | |||
| 2144 | int window_box_right P_ ((struct window *, int)); | 2144 | int window_box_right P_ ((struct window *, int)); |
| 2145 | void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *)); | 2145 | void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *)); |
| 2146 | void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2146 | void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2147 | void redisplay_preserve_echo_area P_ ((void)); | 2147 | void redisplay_preserve_echo_area P_ ((int)); |
| 2148 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, | 2148 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, |
| 2149 | struct glyph_matrix *, int, int, int, int)); | 2149 | struct glyph_matrix *, int, int, int, int)); |
| 2150 | void init_iterator P_ ((struct it *, struct window *, int, | 2150 | void init_iterator P_ ((struct it *, struct window *, int, |
diff --git a/src/lisp.h b/src/lisp.h index b1951ea4365..66f37044ad2 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2166,7 +2166,7 @@ extern void truncate_echo_area P_ ((int)); | |||
| 2166 | extern void redisplay P_ ((void)); | 2166 | extern void redisplay P_ ((void)); |
| 2167 | extern int check_point_in_composition | 2167 | extern int check_point_in_composition |
| 2168 | P_ ((struct buffer *, int, struct buffer *, int)); | 2168 | P_ ((struct buffer *, int, struct buffer *, int)); |
| 2169 | extern void redisplay_preserve_echo_area P_ ((void)); | 2169 | extern void redisplay_preserve_echo_area P_ ((int)); |
| 2170 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2170 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2171 | extern int invisible_p P_ ((Lisp_Object, Lisp_Object)); | 2171 | extern int invisible_p P_ ((Lisp_Object, Lisp_Object)); |
| 2172 | extern void prepare_menu_bars P_ ((void)); | 2172 | extern void prepare_menu_bars P_ ((void)); |