diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index ae9296b4944..8aa36601dd7 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3222,9 +3222,7 @@ EXFUN (Fframe_parameter, 2); | |||
| 3222 | EXFUN (Fmodify_frame_parameters, 2); | 3222 | EXFUN (Fmodify_frame_parameters, 2); |
| 3223 | EXFUN (Fraise_frame, 1); | 3223 | EXFUN (Fraise_frame, 1); |
| 3224 | EXFUN (Fredirect_frame_focus, 2); | 3224 | EXFUN (Fredirect_frame_focus, 2); |
| 3225 | extern Lisp_Object frame_buffer_list (Lisp_Object); | ||
| 3226 | extern void frames_discard_buffer (Lisp_Object); | 3225 | extern void frames_discard_buffer (Lisp_Object); |
| 3227 | extern void set_frame_buffer_list (Lisp_Object, Lisp_Object); | ||
| 3228 | extern void syms_of_frame (void); | 3226 | extern void syms_of_frame (void); |
| 3229 | 3227 | ||
| 3230 | /* Defined in emacs.c */ | 3228 | /* Defined in emacs.c */ |
| @@ -3281,8 +3279,10 @@ extern int wait_reading_process_output (int, int, int, int, | |||
| 3281 | int); | 3279 | int); |
| 3282 | extern void add_keyboard_wait_descriptor (int); | 3280 | extern void add_keyboard_wait_descriptor (int); |
| 3283 | extern void delete_keyboard_wait_descriptor (int); | 3281 | extern void delete_keyboard_wait_descriptor (int); |
| 3282 | #ifdef HAVE_GPM | ||
| 3284 | extern void add_gpm_wait_descriptor (int); | 3283 | extern void add_gpm_wait_descriptor (int); |
| 3285 | extern void delete_gpm_wait_descriptor (int); | 3284 | extern void delete_gpm_wait_descriptor (int); |
| 3285 | #endif | ||
| 3286 | extern void close_process_descs (void); | 3286 | extern void close_process_descs (void); |
| 3287 | extern void init_process (void); | 3287 | extern void init_process (void); |
| 3288 | extern void syms_of_process (void); | 3288 | extern void syms_of_process (void); |