diff options
| author | Gerd Moellmann | 1999-08-21 19:28:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-08-21 19:28:58 +0000 |
| commit | 3f7267e7f3218bb3e316dc58ff0895bc892cfb07 (patch) | |
| tree | 4c656a3abaee75431b40f2b8848bcba6f8027f7d /src | |
| parent | 6efc7df7b88f2315138b507360363cee33a28229 (diff) | |
| download | emacs-3f7267e7f3218bb3e316dc58ff0895bc892cfb07.tar.gz emacs-3f7267e7f3218bb3e316dc58ff0895bc892cfb07.zip | |
(NO_PROMPT_IN_BUFFER): Removed.
Change prototypes for do_pending_window_change
and change_frame_size.
Add function prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index a1432ee937d..4194d61db90 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -52,22 +52,6 @@ struct window; | |||
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | /*********************************************************************** | 54 | /*********************************************************************** |
| 55 | Configuration | ||
| 56 | ***********************************************************************/ | ||
| 57 | |||
| 58 | /* If NO_PROMPT_IN_BUFFER is zero or undefined (default), prompts are | ||
| 59 | inserted into minibuffers as read-only text. Otherwise, the | ||
| 60 | behavior of Emacs 20.2 is restored. Define this as part of CFLAGS | ||
| 61 | because dispextern.h is not included in every C source file | ||
| 62 | containing conditional code for it. */ | ||
| 63 | |||
| 64 | #if 0 | ||
| 65 | #define NO_PROMPT_IN_BUFFER 1 | ||
| 66 | #endif | ||
| 67 | |||
| 68 | |||
| 69 | |||
| 70 | /*********************************************************************** | ||
| 71 | Debugging | 55 | Debugging |
| 72 | ***********************************************************************/ | 56 | ***********************************************************************/ |
| 73 | 57 | ||
| @@ -2136,8 +2120,9 @@ extern int display_busy_cursor_p; | |||
| 2136 | 2120 | ||
| 2137 | int popup_activated P_ ((void)); | 2121 | int popup_activated P_ ((void)); |
| 2138 | 2122 | ||
| 2139 | /* Defined in dispnw.c */ | 2123 | /* Defined in dispnew.c */ |
| 2140 | 2124 | ||
| 2125 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | ||
| 2141 | Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); | 2126 | Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); |
| 2142 | extern void redraw_frame P_ ((struct frame *)); | 2127 | extern void redraw_frame P_ ((struct frame *)); |
| 2143 | extern void redraw_garbaged_frames P_ ((void)); | 2128 | extern void redraw_garbaged_frames P_ ((void)); |
| @@ -2148,8 +2133,6 @@ extern int direct_output_for_insert P_ ((int)); | |||
| 2148 | extern int direct_output_forward_char P_ ((int)); | 2133 | extern int direct_output_forward_char P_ ((int)); |
| 2149 | extern int update_frame P_ ((struct frame *, int, int)); | 2134 | extern int update_frame P_ ((struct frame *, int, int)); |
| 2150 | extern int scrolling P_ ((struct frame *)); | 2135 | extern int scrolling P_ ((struct frame *)); |
| 2151 | extern void do_pending_window_change P_ ((void)); | ||
| 2152 | extern void change_frame_size P_ ((struct frame *, int, int, int, int)); | ||
| 2153 | extern void bitch_at_user P_ ((void)); | 2136 | extern void bitch_at_user P_ ((void)); |
| 2154 | void adjust_glyphs P_ ((struct frame *)); | 2137 | void adjust_glyphs P_ ((struct frame *)); |
| 2155 | void free_glyphs P_ ((struct frame *)); | 2138 | void free_glyphs P_ ((struct frame *)); |
| @@ -2182,8 +2165,8 @@ int update_frame P_ ((struct frame *, int, int)); | |||
| 2182 | void update_single_window P_ ((struct window *, int)); | 2165 | void update_single_window P_ ((struct window *, int)); |
| 2183 | int scrolling P_ ((struct frame *)); | 2166 | int scrolling P_ ((struct frame *)); |
| 2184 | int buffer_posn_from_coords P_ ((struct window *, int *, int *)); | 2167 | int buffer_posn_from_coords P_ ((struct window *, int *, int *)); |
| 2185 | void do_pending_window_change P_ ((void)); | 2168 | void do_pending_window_change P_ ((int)); |
| 2186 | void change_frame_size P_ ((struct frame *, int, int, int, int)); | 2169 | void change_frame_size P_ ((struct frame *, int, int, int, int, int)); |
| 2187 | void bitch_at_user P_ ((void)); | 2170 | void bitch_at_user P_ ((void)); |
| 2188 | Lisp_Object sit_for P_ ((int, int, int, int, int)); | 2171 | Lisp_Object sit_for P_ ((int, int, int, int, int)); |
| 2189 | void init_display P_ ((void)); | 2172 | void init_display P_ ((void)); |