aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorKenichi Handa2010-11-25 12:56:41 +0900
committerKenichi Handa2010-11-25 12:56:41 +0900
commite957f9ae90f3cab1584c06877cbff075d52a6a9a (patch)
treed19aea6f4c6a3e369604ab8bc97be6d419073b0c /src/process.h
parentb84ae584330c940010bc543fd925eddeb13fd9e2 (diff)
parent33aeea0eb66921329fde41e14cfda2565c6bad6d (diff)
downloademacs-e957f9ae90f3cab1584c06877cbff075d52a6a9a.tar.gz
emacs-e957f9ae90f3cab1584c06877cbff075d52a6a9a.zip
merge emacs-23
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h4
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;
170extern Lisp_Object list_system_processes (void); 170extern Lisp_Object list_system_processes (void);
171extern Lisp_Object system_process_attributes (Lisp_Object); 171extern Lisp_Object system_process_attributes (Lisp_Object);
172 172
173extern void hold_keyboard_input (void);
174extern void unhold_keyboard_input (void);
175extern 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) */