diff options
| author | Kim F. Storm | 2004-08-20 10:34:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-20 10:34:12 +0000 |
| commit | d64b707cb1e268b4c77a51f064d7e3fd95e3df85 (patch) | |
| tree | 074754ef3582d7eb255a228a184da4fe5a3fbb9d /src/lisp.h | |
| parent | 214d60691b6ecc0c3cf469f70ceab6709c773954 (diff) | |
| download | emacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.tar.gz emacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.zip | |
Rename wait_reading_process_input to wait_reading_process_output.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h index e4fd7ef2c16..7e1e122fbc2 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2964,10 +2964,10 @@ EXFUN (Fprocess_send_eof, 1); | |||
| 2964 | EXFUN (Fwaiting_for_user_input_p, 0); | 2964 | EXFUN (Fwaiting_for_user_input_p, 0); |
| 2965 | extern Lisp_Object Qprocessp; | 2965 | extern Lisp_Object Qprocessp; |
| 2966 | extern void kill_buffer_processes P_ ((Lisp_Object)); | 2966 | extern void kill_buffer_processes P_ ((Lisp_Object)); |
| 2967 | extern int wait_reading_process_input P_ ((int, int, int, int, | 2967 | extern int wait_reading_process_output P_ ((int, int, int, int, |
| 2968 | Lisp_Object, | 2968 | Lisp_Object, |
| 2969 | struct Lisp_Process *, | 2969 | struct Lisp_Process *, |
| 2970 | int)); | 2970 | int)); |
| 2971 | extern void deactivate_process P_ ((Lisp_Object)); | 2971 | extern void deactivate_process P_ ((Lisp_Object)); |
| 2972 | extern void add_keyboard_wait_descriptor P_ ((int)); | 2972 | extern void add_keyboard_wait_descriptor P_ ((int)); |
| 2973 | extern void delete_keyboard_wait_descriptor P_ ((int)); | 2973 | extern void delete_keyboard_wait_descriptor P_ ((int)); |