diff options
| author | Tom Tromey | 2013-08-25 14:25:59 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-08-25 14:25:59 -0600 |
| commit | 793ea5055aea85ff9227e1bf0c84ab37edba7201 (patch) | |
| tree | c9799eebe2b797a55fcbfcbd3710c9b5aa70051d /src/process.h | |
| parent | 1ce4c6398ea453a66f6943552b0ec866a690e9b1 (diff) | |
| parent | e687aa335a21662f67d2d73063272504a171ffab (diff) | |
| download | emacs-793ea5055aea85ff9227e1bf0c84ab37edba7201.tar.gz emacs-793ea5055aea85ff9227e1bf0c84ab37edba7201.zip | |
merge from trunk
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 95881d10f58..e8bafe689b1 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -221,6 +221,7 @@ enum | |||
| 221 | 221 | ||
| 222 | extern void block_child_signal (void); | 222 | extern void block_child_signal (void); |
| 223 | extern void unblock_child_signal (void); | 223 | extern void unblock_child_signal (void); |
| 224 | extern Lisp_Object encode_current_directory (void); | ||
| 224 | extern void record_kill_process (struct Lisp_Process *, Lisp_Object); | 225 | extern void record_kill_process (struct Lisp_Process *, Lisp_Object); |
| 225 | 226 | ||
| 226 | /* Defined in sysdep.c. */ | 227 | /* Defined in sysdep.c. */ |