diff options
| author | Kenichi Handa | 2010-11-25 12:56:41 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-11-25 12:56:41 +0900 |
| commit | e957f9ae90f3cab1584c06877cbff075d52a6a9a (patch) | |
| tree | d19aea6f4c6a3e369604ab8bc97be6d419073b0c /src/process.h | |
| parent | b84ae584330c940010bc543fd925eddeb13fd9e2 (diff) | |
| parent | 33aeea0eb66921329fde41e14cfda2565c6bad6d (diff) | |
| download | emacs-e957f9ae90f3cab1584c06877cbff075d52a6a9a.tar.gz emacs-e957f9ae90f3cab1584c06877cbff075d52a6a9a.zip | |
merge emacs-23
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index a8cd0a02da6..12b91d697b9 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -170,5 +170,9 @@ extern Lisp_Object Qtime, Qctime; | |||
| 170 | extern Lisp_Object list_system_processes (void); | 170 | extern Lisp_Object list_system_processes (void); |
| 171 | extern Lisp_Object system_process_attributes (Lisp_Object); | 171 | extern Lisp_Object system_process_attributes (Lisp_Object); |
| 172 | 172 | ||
| 173 | extern void hold_keyboard_input (void); | ||
| 174 | extern void unhold_keyboard_input (void); | ||
| 175 | extern int kbd_on_hold_p (void); | ||
| 176 | |||
| 173 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 | 177 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 |
| 174 | (do not change this comment) */ | 178 | (do not change this comment) */ |